[gnome-control-center] wifi-panel: Have all widgets with the same margins
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] wifi-panel: Have all widgets with the same margins
- Date: Mon, 20 Jun 2022 23:24:05 +0000 (UTC)
commit 96e0db8ba01e49d05e03baf5bb063b629c856023
Author: Maximiliano Sandoval R <msandova protonmail com>
Date: Mon Jun 6 16:39:20 2022 +0200
wifi-panel: Have all widgets with the same margins
As it was, the two listboxes had different sizes. Unfortunately, the different
panels have different sizes now.
panels/network/cc-wifi-connection-list.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/panels/network/cc-wifi-connection-list.c b/panels/network/cc-wifi-connection-list.c
index df5f388c3..f21db9155 100644
--- a/panels/network/cc-wifi-connection-list.c
+++ b/panels/network/cc-wifi-connection-list.c
@@ -715,10 +715,6 @@ cc_wifi_connection_list_init (CcWifiConnectionList *self)
self->listbox = GTK_LIST_BOX (gtk_list_box_new ());
gtk_list_box_set_selection_mode (GTK_LIST_BOX (self->listbox), GTK_SELECTION_NONE);
gtk_widget_set_valign (GTK_WIDGET (self->listbox), GTK_ALIGN_START);
- gtk_widget_set_margin_start (GTK_WIDGET (self->listbox), 18);
- gtk_widget_set_margin_end (GTK_WIDGET (self->listbox), 18);
- gtk_widget_set_margin_top (GTK_WIDGET (self->listbox), 18);
- gtk_widget_set_margin_bottom (GTK_WIDGET (self->listbox), 18);
gtk_widget_add_css_class (GTK_WIDGET (self->listbox), "boxed-list");
adw_bin_set_child (ADW_BIN (self), GTK_WIDGET (self->listbox));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]