[Xfce4-commits] [xfce/xfce4-power-manager] 01/02: Fix wrong padding
noreply at xfce.org
noreply at xfce.org
Fri Aug 1 09:10:54 CEST 2014
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 5f074303d06333e2efa4e7b59d12b6a64a8647b6
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Jul 28 20:06:08 2014 +0200
Fix wrong padding
---
data/interfaces/xfpm-settings.ui | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index 660af9c..2fce4f0 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -149,6 +149,7 @@
<object class="GtkAlignment" id="alignment6">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
@@ -328,8 +329,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="bottom_padding">6</property>
- <property name="left_padding">12</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">12</property>
+ <property name="left_padding">6</property>
<child>
<object class="GtkVBox" id="vbox4">
<property name="visible">True</property>
@@ -453,8 +455,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="bottom_padding">6</property>
- <property name="left_padding">12</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">12</property>
+ <property name="left_padding">6</property>
<child>
<object class="GtkVBox" id="vbox11">
<property name="visible">True</property>
@@ -682,7 +685,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="bottom_padding">18</property>
- <property name="left_padding">12</property>
+ <property name="left_padding">18</property>
<child>
<object class="GtkTable" id="table5">
<property name="visible">True</property>
@@ -919,6 +922,8 @@
<object class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">12</property>
<property name="left_padding">12</property>
<child>
<object class="GtkVBox" id="vbox9">
@@ -1220,6 +1225,7 @@
<object class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="bottom_padding">12</property>
<property name="left_padding">12</property>
<child>
<object class="GtkVBox" id="vbox5">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list