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

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


Updating branch refs/heads/xfce-4.8
         to 8523e56fc99aea8d9319b15a306ec115fdb171bb (commit)
       from 2ab5b00d96bfe5df317c67c8317be78aeec3937d (commit)

commit 8523e56fc99aea8d9319b15a306ec115fdb171bb
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