From 60d75b0054de8c3d02e86d0125fd5292e220d73d Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Fri, 12 Jul 2024 16:31:32 -0300 Subject: [PATCH] general: Fix AdwSpinner:size property being invalid AdwSpinner no longer has the "size" property, so set the spinner size acc. to the docs: "Use the GtkWidget:halign and GtkWidget:valign properties in combination with GtkWidget:width-request and GtkWidget:height-request for fine sizing control". https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.Spinner.html --- panels/network/cc-wifi-connection-row.ui | 4 +++- panels/network/cc-wifi-panel.ui | 5 ++++- panels/system/users/cc-enterprise-login-dialog.ui | 10 ++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/panels/network/cc-wifi-connection-row.ui b/panels/network/cc-wifi-connection-row.ui index 6894e172f8..2627f27112 100644 --- a/panels/network/cc-wifi-connection-row.ui +++ b/panels/network/cc-wifi-connection-row.ui @@ -40,7 +40,9 @@ - 16 + 16 + 16 + center center 6 diff --git a/panels/network/cc-wifi-panel.ui b/panels/network/cc-wifi-panel.ui index 602365d2da..e15e5e3c93 100644 --- a/panels/network/cc-wifi-panel.ui +++ b/panels/network/cc-wifi-panel.ui @@ -184,7 +184,10 @@ Turn off the hotspot to use Wi-Fi with this device. - 16 + 16 + 16 + center + center True diff --git a/panels/system/users/cc-enterprise-login-dialog.ui b/panels/system/users/cc-enterprise-login-dialog.ui index 9d8590a51c..b60157491d 100644 --- a/panels/system/users/cc-enterprise-login-dialog.ui +++ b/panels/system/users/cc-enterprise-login-dialog.ui @@ -60,7 +60,10 @@ False - 16 + 16 + 16 + center + center @@ -134,7 +137,10 @@ False - 16 + 16 + 16 + center + center -- GitLab