[Xfce4-commits] <parole:bluesabre/gtk3> Fix spacing on plugins dialog
Sean Davis
noreply at xfce.org
Sun Sep 8 13:40:01 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to c27b3c4d9b4ebb243a6a074a148ec32d7d9f5502 (commit)
from 9d6f4185744a9bf5bab3f2b9c7052031e3571ed8 (commit)
commit c27b3c4d9b4ebb243a6a074a148ec32d7d9f5502
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Sep 8 07:38:39 2013 -0400
Fix spacing on plugins dialog
data/interfaces/plugins.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/interfaces/plugins.ui b/data/interfaces/plugins.ui
index efb68f7..597353e 100644
--- a/data/interfaces/plugins.ui
+++ b/data/interfaces/plugins.ui
@@ -4,7 +4,6 @@
<!-- interface-requires libxfce4ui 4.5 -->
<object class="XfceTitledDialog" id="dialog">
<property name="can_focus">False</property>
- <property name="border_width">5</property>
<property name="title" translatable="yes">Parole Plugins</property>
<property name="default_width">600</property>
<property name="default_height">300</property>
@@ -53,6 +52,7 @@
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">5</property>
<property name="spacing">10</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
More information about the Xfce4-commits
mailing list