summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-02-03 18:59:15 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-02-03 19:00:09 -0200
commitca5d997521c156ccb90b25607d9ea6bf0c899c3a (patch)
tree6f0d2a60489dc50072ebe505caf543385f112265
parent88c56da6708c08401a36e30c3c9c47e517701323 (diff)
downloadnautilus-ca5d997521c156ccb90b25607d9ea6bf0c899c3a.tar.gz
preferences-dialog: fix unwanted 2px border
This commit removes the annoying 2px border added to the dialog's internal-vbox when not explicitly asking for a 0px border.
-rw-r--r--src/resources/ui/nautilus-preferences-dialog.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-preferences-dialog.ui b/src/resources/ui/nautilus-preferences-dialog.ui
index 3fa6e4894..977ce12f3 100644
--- a/src/resources/ui/nautilus-preferences-dialog.ui
+++ b/src/resources/ui/nautilus-preferences-dialog.ui
@@ -177,6 +177,7 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
+ <property name="border_width">0</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>