[gnome-bluetooth] settings: More padding around the devices list
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] settings: More padding around the devices list
- Date: Fri, 31 Jul 2015 16:09:00 +0000 (UTC)
commit dc0330cc066332409c70019dbe48f358db547c48
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 31 17:18:38 2015 +0200
settings: More padding around the devices list
Note that this might trigger an existing bug when the device names are
too long. See https://bugzilla.gnome.org/show_bug.cgi?id=735163
https://bugzilla.gnome.org/show_bug.cgi?id=753103
lib/bluetooth-settings-widget.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index 437740f..6aebfcb 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -1490,8 +1490,8 @@ add_device_section (BluetoothSettingsWidget *self)
vbox = WID ("vbox_bluetooth");
box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
- gtk_widget_set_margin_start (box, 50);
- gtk_widget_set_margin_end (box, 50);
+ gtk_widget_set_margin_start (box, 128);
+ gtk_widget_set_margin_end (box, 128);
gtk_widget_set_margin_top (box, 6);
gtk_widget_set_margin_bottom (box, 24);
gtk_box_pack_start (GTK_BOX (vbox), box, TRUE, TRUE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]