[Xfce4-commits] <xfwm4:master> Set lower value to 1 for workspace count

Olivier Fourdan noreply at xfce.org
Thu Oct 27 13:36:01 CEST 2011


Updating branch refs/heads/master
         to 091ea0184ac2b72ffe21fbe6b210e44c6ffb6083 (commit)
       from e15efbce6b0a8f0ef0fe5ef008bab959c9ee0cf0 (commit)

commit 091ea0184ac2b72ffe21fbe6b210e44c6ffb6083
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Oct 27 12:05:39 2011 +0200

    Set lower value to 1 for workspace count

 settings-dialogs/xfwm4-workspace-dialog.glade |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/settings-dialogs/xfwm4-workspace-dialog.glade b/settings-dialogs/xfwm4-workspace-dialog.glade
index 904cfcb..89fe9a1 100644
--- a/settings-dialogs/xfwm4-workspace-dialog.glade
+++ b/settings-dialogs/xfwm4-workspace-dialog.glade
@@ -4,26 +4,31 @@
   <!-- interface-requires libxfce4ui 4.5 -->
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAdjustment" id="adjustment1">
+    <property name="lower">1</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment2">
+    <property name="lower">0</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment3">
+    <property name="lower">0</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment4">
+    <property name="lower">0</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment5">
+    <property name="lower">0</property>
     <property name="upper">100</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>


More information about the Xfce4-commits mailing list