summaryrefslogtreecommitdiffstats
path: root/bin/gui/control.glade
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-26 09:30:46 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-26 09:30:46 +0200
commitc32a444926402c33c1cd04dc688fa744c8d187db (patch)
tree6109b15ea1c3f4c62552b457332a734da437faf4 /bin/gui/control.glade
parentdcf221639845ddcabc76eb0a4da1cd347a646c1b (diff)
downloaduca-c32a444926402c33c1cd04dc688fa744c8d187db.tar.gz
uca-c32a444926402c33c1cd04dc688fa744c8d187db.tar.bz2
uca-c32a444926402c33c1cd04dc688fa744c8d187db.tar.xz
uca-c32a444926402c33c1cd04dc688fa744c8d187db.zip
Do not restrict number of acuqisitions
Diffstat (limited to 'bin/gui/control.glade')
-rw-r--r--bin/gui/control.glade5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/gui/control.glade b/bin/gui/control.glade
index a6b50d7..d4b663e 100644
--- a/bin/gui/control.glade
+++ b/bin/gui/control.glade
@@ -296,7 +296,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="width_chars">5</property>
+ <property name="width_chars">6</property>
<property name="adjustment">acquisitions-adjustment</property>
</object>
<packing>
@@ -351,7 +351,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="width_chars">5</property>
+ <property name="width_chars">6</property>
</object>
<packing>
<property name="expand">False</property>
@@ -978,7 +978,6 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="acquisitions-adjustment">
- <property name="upper">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>