diff options
Diffstat (limited to 'src/ui/delete.ui')
-rw-r--r-- | src/ui/delete.ui | 79 |
1 files changed, 31 insertions, 48 deletions
diff --git a/src/ui/delete.ui b/src/ui/delete.ui index 4e0152e..6d989a5 100644 --- a/src/ui/delete.ui +++ b/src/ui/delete.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="delete_dialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -22,11 +23,9 @@ <child> <object class="GtkButton" id="d_cancel_button"> <property name="label">gtk-cancel</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> @@ -38,13 +37,11 @@ <child> <object class="GtkButton" id="d_ok_button"> <property name="label">gtk-delete</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="has_default">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -62,85 +59,71 @@ </packing> </child> <child> - <object class="GtkTable" id="table2"> + <object class="GtkGrid" id="table2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">5</property> - <property name="n_rows">3</property> - <property name="n_columns">2</property> - <property name="column_spacing">12</property> <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> - <object class="GtkRadioButton" id="d_files_radio"> - <property name="label" translatable="yes">_Files:</property> - <property name="use_action_appearance">False</property> + <object class="GtkRadioButton" id="d_all_files_radio"> + <property name="label" translatable="yes">_All files</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="halign">start</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="group">d_files_radio</property> </object> <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">2</property> </packing> </child> <child> - <object class="GtkEntry" id="d_files_entry"> + <object class="GtkRadioButton" id="d_selected_files_radio"> + <property name="label" translatable="yes">_Selected files</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">example: *.txt; *.doc</property> + <property name="receives_default">False</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + <property name="group">d_files_radio</property> </object> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="y_options"></property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">2</property> </packing> </child> <child> - <object class="GtkRadioButton" id="d_all_files_radio"> - <property name="label" translatable="yes">_All files</property> - <property name="use_action_appearance">False</property> + <object class="GtkEntry" id="d_files_entry"> <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_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <property name="group">d_files_radio</property> + <property name="tooltip_text" translatable="yes">example: *.txt; *.doc</property> + <property name="hexpand">True</property> </object> <packing> - <property name="right_attach">2</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> + <property name="left_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> - <object class="GtkRadioButton" id="d_selected_files_radio"> - <property name="label" translatable="yes">_Selected files</property> - <property name="use_action_appearance">False</property> + <object class="GtkRadioButton" id="d_files_radio"> + <property name="label" translatable="yes">_Files:</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="halign">start</property> <property name="use_underline">True</property> - <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">d_files_radio</property> </object> <packing> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> + <property name="left_attach">0</property> + <property name="top_attach">2</property> </packing> </child> </object> |