From: Debian GNOME Maintainers Date: Thu, 2 Jun 2022 14:36:35 +0200 Subject: resize-connection-editor =================================================================== --- .../connection-editor/8021x-security-page.ui | 6 +-- .../connection-editor/ce-page-8021x-security.c | 2 +- panels/network/connection-editor/ce-page-ip4.c | 4 +- panels/network/connection-editor/ce-page-ip6.c | 4 +- .../network/connection-editor/ce-page-security.c | 2 +- .../network/connection-editor/connection-editor.ui | 4 +- panels/network/connection-editor/details-page.ui | 9 +++-- panels/network/connection-editor/ethernet-page.ui | 36 ++++++++--------- panels/network/connection-editor/ip4-page.ui | 42 ++++++++++---------- panels/network/connection-editor/ip6-page.ui | 46 +++++++++++----------- panels/network/connection-editor/security-page.ui | 6 +-- panels/network/connection-editor/vpn-page.ui | 6 +-- panels/network/connection-editor/wifi-page.ui | 6 +-- 13 files changed, 87 insertions(+), 86 deletions(-) diff --git a/panels/network/connection-editor/8021x-security-page.ui b/panels/network/connection-editor/8021x-security-page.ui index 4880d99..2e774a3 100644 --- a/panels/network/connection-editor/8021x-security-page.ui +++ b/panels/network/connection-editor/8021x-security-page.ui @@ -8,14 +8,14 @@ True - 50 - 50 + 12 + 12 12 12 True True 10 - 6 + 2 1 diff --git a/panels/network/connection-editor/ce-page-8021x-security.c b/panels/network/connection-editor/ce-page-8021x-security.c index 3826946..97cd01a 100644 --- a/panels/network/connection-editor/ce-page-8021x-security.c +++ b/panels/network/connection-editor/ce-page-8021x-security.c @@ -68,7 +68,7 @@ finish_setup (CEPage8021xSecurity *self, gpointer unused, GError *error, gpointe if (error) return; - self->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); + self->group = gtk_size_group_new (GTK_SIZE_GROUP_VERTICAL); self->security = nma_ws_802_1x_new (self->connection, FALSE, FALSE); if (!self->security) { diff --git a/panels/network/connection-editor/ce-page-ip4.c b/panels/network/connection-editor/ce-page-ip4.c index b7a687d..0aeed7c 100644 --- a/panels/network/connection-editor/ce-page-ip4.c +++ b/panels/network/connection-editor/ce-page-ip4.c @@ -247,7 +247,7 @@ add_address_row (CEPageIP4 *self, row = gtk_list_box_row_new (); gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE); - row_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); + row_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_widget_add_css_class (row_box, "linked"); widget = GTK_WIDGET (ce_ip_address_entry_new (AF_INET)); @@ -393,7 +393,7 @@ add_route_row (CEPageIP4 *self, row = gtk_list_box_row_new (); gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE); - row_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); + row_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_widget_add_css_class (row_box, "linked"); widget = GTK_WIDGET (ce_ip_address_entry_new (AF_INET)); diff --git a/panels/network/connection-editor/ce-page-ip6.c b/panels/network/connection-editor/ce-page-ip6.c index a5e5dcb..0a02fc0 100644 --- a/panels/network/connection-editor/ce-page-ip6.c +++ b/panels/network/connection-editor/ce-page-ip6.c @@ -231,7 +231,7 @@ add_address_row (CEPageIP6 *self, row = gtk_list_box_row_new (); gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE); - row_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); + row_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_widget_add_css_class (row_box, "linked"); widget = GTK_WIDGET (ce_ip_address_entry_new (AF_INET6)); @@ -369,7 +369,7 @@ add_route_row (CEPageIP6 *self, row = gtk_list_box_row_new (); gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE); - row_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); + row_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_widget_add_css_class (row_box, "linked"); widget = GTK_WIDGET (ce_ip_address_entry_new (AF_INET6)); diff --git a/panels/network/connection-editor/ce-page-security.c b/panels/network/connection-editor/ce-page-security.c index fbc627a..2a51301 100644 --- a/panels/network/connection-editor/ce-page-security.c +++ b/panels/network/connection-editor/ce-page-security.c @@ -234,7 +234,7 @@ finish_setup (CEPageSecurity *self) sw = nm_connection_get_setting_wireless (self->connection); g_assert (sw); - self->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); + self->group = gtk_size_group_new (GTK_SIZE_GROUP_VERTICAL); dev_caps = NM_WIFI_DEVICE_CAP_CIPHER_WEP40 | NM_WIFI_DEVICE_CAP_CIPHER_WEP104 diff --git a/panels/network/connection-editor/connection-editor.ui b/panels/network/connection-editor/connection-editor.ui index 89f8418..0c3b116 100644 --- a/panels/network/connection-editor/connection-editor.ui +++ b/panels/network/connection-editor/connection-editor.ui @@ -3,7 +3,7 @@