diff --git a/panels/color/cc-color-device.c b/panels/color/cc-color-device.c index 49ebf7d11..b31a8260f 100644 --- a/panels/color/cc-color-device.c +++ b/panels/color/cc-color-device.c @@ -292,9 +292,9 @@ cc_color_device_init (CcColorDevice *color_device) /* description */ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 9); priv->widget_description = gtk_label_new (""); - gtk_widget_set_margin_start (priv->widget_description, 12); - gtk_widget_set_margin_top (priv->widget_description, 6); - gtk_widget_set_margin_bottom (priv->widget_description, 6); + gtk_widget_set_margin_start (priv->widget_description, 20); + gtk_widget_set_margin_top (priv->widget_description, 12); + gtk_widget_set_margin_bottom (priv->widget_description, 12); gtk_widget_set_halign (priv->widget_description, GTK_ALIGN_START); gtk_box_pack_start (GTK_BOX (box), priv->widget_description, TRUE, TRUE, 0); @@ -314,9 +314,9 @@ cc_color_device_init (CcColorDevice *color_device) gtk_button_set_relief (GTK_BUTTON (priv->widget_button), GTK_RELIEF_NONE); gtk_container_add (GTK_CONTAINER (priv->widget_button), priv->widget_arrow); gtk_widget_set_visible (priv->widget_arrow, TRUE); - gtk_widget_set_margin_top (priv->widget_button, 3); - gtk_widget_set_margin_bottom (priv->widget_button, 3); - gtk_widget_set_margin_end (priv->widget_button, 9); + gtk_widget_set_margin_top (priv->widget_button, 9); + gtk_widget_set_margin_bottom (priv->widget_button, 9); + gtk_widget_set_margin_end (priv->widget_button, 12); gtk_box_pack_start (GTK_BOX (box), priv->widget_button, FALSE, FALSE, 0); /* not calibrated */ diff --git a/panels/datetime/datetime.ui b/panels/datetime/datetime.ui index 75847c610..5240d4bfd 100644 --- a/panels/datetime/datetime.ui +++ b/panels/datetime/datetime.ui @@ -292,8 +292,9 @@ False 20 20 - 6 - 6 + 12 + 12 + 2 vertical @@ -319,6 +320,9 @@ + + + True @@ -366,8 +370,9 @@ False 20 20 - 6 - 6 + 12 + 12 + 2 vertical @@ -393,6 +398,9 @@ + + + True diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui index af3e79540..018b374a2 100644 --- a/panels/mouse/gnome-mouse-properties.ui +++ b/panels/mouse/gnome-mouse-properties.ui @@ -68,12 +68,12 @@ True False - 0 + 2 16 - 12 - 6 - 6 - 6 + 20 + 20 + 12 + 12 True @@ -202,8 +202,8 @@ False 0 32 - 12 - 6 + 20 + 20 8 8 center @@ -259,10 +259,10 @@ True False - 0 + 2 16 - 12 - 6 + 20 + 20 6 6 center @@ -371,10 +371,10 @@ False 0 32 - 12 - 6 - 6 - 6 + 20 + 20 + 12 + 12 center @@ -435,10 +435,10 @@ True False - 0 + 2 16 - 12 - 6 + 20 + 20 6 6 center @@ -508,8 +508,8 @@ False 0 16 - 12 - 6 + 20 + 20 8 8 center @@ -566,10 +566,10 @@ False 0 32 - 12 - 6 - 6 - 6 + 20 + 20 + 12 + 12 center @@ -619,10 +619,10 @@ False 0 32 - 12 - 6 - 6 - 6 + 20 + 20 + 12 + 12 center @@ -672,10 +672,10 @@ False 0 32 - 12 - 6 - 6 - 6 + 20 + 20 + 12 + 12 center diff --git a/panels/network/network-ethernet.ui b/panels/network/network-ethernet.ui index 2971e2462..f1b21c28f 100644 --- a/panels/network/network-ethernet.ui +++ b/panels/network/network-ethernet.ui @@ -80,7 +80,10 @@ False horizontal 12 - 12 + 9 + 9 + 20 + 20 True diff --git a/panels/network/network-proxy.ui b/panels/network/network-proxy.ui index 232c4d00b..e92ee8c62 100644 --- a/panels/network/network-proxy.ui +++ b/panels/network/network-proxy.ui @@ -35,7 +35,10 @@ True False 12 - 12 + 9 + 9 + 20 + 20 True diff --git a/panels/network/network-vpn.ui b/panels/network/network-vpn.ui index 3fb080abf..71b72224a 100644 --- a/panels/network/network-vpn.ui +++ b/panels/network/network-vpn.ui @@ -31,7 +31,10 @@ True False start - 12 + 9 + 9 + 20 + 20 12 diff --git a/panels/network/wifi.ui b/panels/network/wifi.ui index a83c749c8..c4bd66f9b 100644 --- a/panels/network/wifi.ui +++ b/panels/network/wifi.ui @@ -121,7 +121,10 @@ True 12 + 6 + 6 12 + 2 True diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c index fb985132c..ab367b6ca 100644 --- a/panels/privacy/cc-privacy-panel.c +++ b/panels/privacy/cc-privacy-panel.c @@ -296,8 +296,8 @@ add_row (CcPrivacyPanel *self, gtk_widget_set_halign (w, GTK_ALIGN_START); gtk_widget_set_margin_start (w, 20); gtk_widget_set_margin_end (w, 20); - gtk_widget_set_margin_top (w, 12); - gtk_widget_set_margin_bottom (w, 12); + gtk_widget_set_margin_top (w, 18); + gtk_widget_set_margin_bottom (w, 18); gtk_widget_set_halign (w, GTK_ALIGN_START); gtk_widget_set_valign (w, GTK_ALIGN_CENTER); gtk_widget_set_hexpand (w, TRUE); diff --git a/panels/region/cc-region-panel.c b/panels/region/cc-region-panel.c index 290ee9124..48c0d7ac0 100644 --- a/panels/region/cc-region-panel.c +++ b/panels/region/cc-region-panel.c @@ -846,8 +846,8 @@ add_input_row (CcRegionPanel *self, gtk_widget_set_halign (label, GTK_ALIGN_START); gtk_widget_set_margin_start (label, 20); gtk_widget_set_margin_end (label, 20); - gtk_widget_set_margin_top (label, 12); - gtk_widget_set_margin_bottom (label, 12); + gtk_widget_set_margin_top (label, 18); + gtk_widget_set_margin_bottom (label, 18); gtk_box_pack_start (GTK_BOX (box), label, TRUE, TRUE, 0); if (strcmp (type, INPUT_SOURCE_TYPE_IBUS) == 0) { diff --git a/panels/region/region.ui b/panels/region/region.ui index 53c6e2147..7e8f8d55e 100644 --- a/panels/region/region.ui +++ b/panels/region/region.ui @@ -61,8 +61,8 @@ False 20 20 - 12 - 12 + 18 + 18 0 _Language True @@ -80,8 +80,8 @@ 1 20 20 - 12 - 12 + 18 + 18 English (United Kingdom) @@ -163,8 +163,8 @@ False 20 20 - 12 - 12 + 18 + 18 0 _Formats True @@ -182,8 +182,8 @@ 1 20 20 - 12 - 12 + 18 + 18 United Kingdom diff --git a/panels/sharing/sharing.ui b/panels/sharing/sharing.ui index b1561ac32..8d1081147 100644 --- a/panels/sharing/sharing.ui +++ b/panels/sharing/sharing.ui @@ -89,7 +89,10 @@ True - 12 + 18 + 18 + 12 + 12 True False @@ -129,7 +132,10 @@ True - 12 + 18 + 18 + 12 + 12 True False @@ -169,7 +175,10 @@ True - 12 + 18 + 18 + 12 + 12 True False @@ -209,7 +218,10 @@ True - 12 + 18 + 18 + 12 + 12 True False diff --git a/panels/universal-access/uap.ui b/panels/universal-access/uap.ui index 5f1059c3b..cdb766256 100644 --- a/panels/universal-access/uap.ui +++ b/panels/universal-access/uap.ui @@ -190,8 +190,8 @@ True 12 12 - 6 - 6 + 12 + 12 False @@ -218,8 +218,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Large Text True @@ -237,8 +237,8 @@ True 12 12 - 6 - 6 + 12 + 12 False @@ -264,8 +264,8 @@ False 12 12 - 6 - 6 + 12 + 12 C_ursor Size True 0 @@ -282,8 +282,8 @@ False 12 12 - 6 - 6 + 12 + 12 24 pixels 1 @@ -310,8 +310,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Zoom True @@ -328,8 +328,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -356,8 +356,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 Screen _Reader True @@ -374,8 +374,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -402,8 +402,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Sound Keys True @@ -420,8 +420,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -508,8 +508,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Visual Alerts True @@ -526,8 +526,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -616,8 +616,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 Screen _Keyboard True @@ -635,8 +635,8 @@ True 12 12 - 6 - 6 + 12 + 12 False @@ -661,8 +661,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 R_epeat Keys True @@ -679,8 +679,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -707,8 +707,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 Cursor _Blinking True @@ -725,8 +725,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -753,8 +753,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Typing Assist (AccessX) True @@ -771,8 +771,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -860,8 +860,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Mouse Keys True @@ -879,8 +879,8 @@ True 12 12 - 6 - 6 + 12 + 12 False @@ -905,8 +905,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Click Assist True @@ -923,8 +923,8 @@ False 12 12 - 6 - 6 + 12 + 12 1 Off @@ -951,8 +951,8 @@ False 12 12 - 6 - 6 + 12 + 12 0 _Double-Click Delay True @@ -970,8 +970,8 @@ False 12 12 - 6 - 6 + 12 + 12 Double-Click Delay