diff options
author | raveit65 <[email protected]> | 2017-04-29 19:21:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-01 10:46:36 +0200 |
commit | de12e00d7d2069cd2953827ead5efa045164a28e (patch) | |
tree | 35e7e62f238a301a964e789890e15b0cae51fd38 | |
parent | d46c1718d916a3a7b46da5b69cc4d99355bd5527 (diff) | |
download | engrampa-de12e00d7d2069cd2953827ead5efa045164a28e.tar.bz2 engrampa-de12e00d7d2069cd2953827ead5efa045164a28e.tar.xz |
add-options.ui: avoid deprecations
-rw-r--r-- | src/ui/add-options.ui | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/src/ui/add-options.ui b/src/ui/add-options.ui index 9dee200..83e7510 100644 --- a/src/ui/add-options.ui +++ b/src/ui/add-options.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.14"/> <object class="GtkDialog" id="add_options_dialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -21,12 +22,10 @@ <child> <object class="GtkButton" id="aod_cancelbutton"> <property name="label">gtk-close</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -38,12 +37,10 @@ <child> <object class="GtkButton" id="aod_okbutton"> <property name="label">gtk-apply</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -61,26 +58,24 @@ </packing> </child> <child> - <object class="GtkTable" id="table4"> + <object class="GtkGrid" id="table4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">5</property> - <property name="n_columns">2</property> - <property name="column_spacing">6</property> <property name="row_spacing">6</property> + <property name="column_spacing">6</property> <child> - <object class="GtkVBox" id="vbox18"> + <object class="GtkBox" id="vbox18"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkButton" id="aod_remove_button"> <property name="label">gtk-remove</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -98,9 +93,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options">GTK_FILL</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -121,6 +114,10 @@ </object> </child> </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> </child> </object> <packing> |