summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-18 14:02:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:48 +0100
commit0be1db23e008963e882e0548ca8357a10ccff380 (patch)
treeba157d57456c309ed9fcf6da0ccce6fc3728f395 /cui
parent14a6d94e1f4a5df78e446efd327a6f5c15aaeab9 (diff)
add adjustment for max columns
Change-Id: I6a1c97a3fea03bd4ef0c5a45d94bd139921bcfc1
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/10000.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/10000.ui b/cui/uiconfig/ui/10000.ui
index fe84aeaaa3ea..43e710bc92b2 100644
--- a/cui/uiconfig/ui/10000.ui
+++ b/cui/uiconfig/ui/10000.ui
@@ -308,6 +308,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="adjustment">adjustment1</property>
</object>
<packing>
<property name="expand">False</property>
@@ -380,4 +381,10 @@
<action-widget response="0">30</action-widget>
</action-widgets>
</object>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="lower">1</property>
+ <property name="upper">999</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
</interface>