diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-23 11:02:05 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-23 11:02:05 +0200 |
commit | a449fa4b7c88787c480068fe00152d02b685dfd6 (patch) | |
tree | 1a5943694487ef78db1c5e18f16309fa5da8e016 /bin/gui/control.glade | |
parent | f177f0c182e39864e904c99c1e4377655818353a (diff) | |
download | uca-a449fa4b7c88787c480068fe00152d02b685dfd6.tar.gz uca-a449fa4b7c88787c480068fe00152d02b685dfd6.tar.bz2 uca-a449fa4b7c88787c480068fe00152d02b685dfd6.tar.xz uca-a449fa4b7c88787c480068fe00152d02b685dfd6.zip |
Deactive some widgets during acquisition
Diffstat (limited to 'bin/gui/control.glade')
-rw-r--r-- | bin/gui/control.glade | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/bin/gui/control.glade b/bin/gui/control.glade index e6c3004..a6b50d7 100644 --- a/bin/gui/control.glade +++ b/bin/gui/control.glade @@ -194,10 +194,10 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox5"> + <object class="GtkVBox" id="settings-box"> <property name="visible">True</property> <child> - <object class="GtkExpander" id="expander2"> + <object class="GtkExpander" id="acquisition-expander"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="expanded">True</property> @@ -437,9 +437,10 @@ </packing> </child> <child> - <object class="GtkExpander" id="expander3"> + <object class="GtkExpander" id="statistics-expander"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="expanded">True</property> <child> <object class="GtkVBox" id="vbox7"> <property name="visible">True</property> @@ -554,22 +555,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="label19"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Statistics</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkTable" id="table1"> + <object class="GtkTable" id="stats-table"> <property name="visible">True</property> <property name="border_width">12</property> <property name="n_rows">2</property> @@ -664,7 +650,7 @@ </child> </object> <packing> - <property name="position">3</property> + <property name="position">2</property> </packing> </child> </object> @@ -685,7 +671,7 @@ </packing> </child> <child> - <object class="GtkExpander" id="expander4"> + <object class="GtkExpander" id="preview-expander"> <property name="visible">True</property> <property name="can_focus">True</property> <child> @@ -741,7 +727,7 @@ </packing> </child> <child> - <object class="GtkExpander" id="expander1"> + <object class="GtkExpander" id="properties-expander"> <property name="visible">True</property> <property name="can_focus">True</property> <child> |