diff options
Diffstat (limited to 'test/control.glade')
-rw-r--r-- | test/control.glade | 56 |
1 files changed, 5 insertions, 51 deletions
diff --git a/test/control.glade b/test/control.glade index 5ead473..d7ba2fc 100644 --- a/test/control.glade +++ b/test/control.glade @@ -189,59 +189,13 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox2"> + <object class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">automatic</property> + <property name="vscrollbar_policy">automatic</property> <child> - <object class="GtkScrolledWindow" id="scrolledwindow2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hscrollbar_policy">automatic</property> - <property name="vscrollbar_policy">automatic</property> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkTable" id="table1"> - <property name="visible">True</property> - <property name="n_columns">2</property> - <property name="column_spacing">6</property> - <child> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="label" translatable="yes">16-Bit Scale <i>1/x</i>:</property> - <property name="use_markup">True</property> - </object> - <packing> - <property name="x_options"></property> - </packing> - </child> - <child> - <object class="GtkSpinButton" id="spinbutton1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">•</property> - <property name="adjustment">adjustment_scale</property> - <property name="climb_rate">0.02</property> - <property name="digits">2</property> - <property name="numeric">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="padding">6</property> - <property name="position">1</property> - </packing> + <placeholder/> </child> </object> <packing> |