diff options
Diffstat (limited to 'opgui.glade')
-rw-r--r-- | opgui.glade | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/opgui.glade b/opgui.glade index 194e5ac..12dc576 100644 --- a/opgui.glade +++ b/opgui.glade @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface> <requires lib="gtk+" version="3.12"/> <object class="GtkAdjustment" id="I2C_adj"> @@ -202,6 +202,7 @@ <property name="can-focus">True</property> <property name="margin-start">5</property> <property name="margin-top">5</property> + <property name="editable">False</property> <style> <class name="mono"/> </style> @@ -439,6 +440,20 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="USE_SAFLOCK"> + <property name="label" translatable="yes">_useSaflock</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">False</property> + <property name="draw-indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> <object class="GtkFrame" id="OSC_OPT"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -510,7 +525,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> |