diff options
Diffstat (limited to 'ui/set_background_dialog.ui')
-rw-r--r-- | ui/set_background_dialog.ui | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/ui/set_background_dialog.ui b/ui/set_background_dialog.ui index ee7106f..e8930e1 100644 --- a/ui/set_background_dialog.ui +++ b/ui/set_background_dialog.ui @@ -2,13 +2,7 @@ <!-- Generated with glade 3.20.0 --> <interface domain="shotwell"> <requires lib="gtk+" version="3.14"/> - <object class="GtkAdjustment" id="adjustment1"> - <property name="upper">100</property> - <property name="step_increment">10</property> - <property name="page_increment">10</property> - <property name="page_size">10</property> - </object> - <object class="GtkDialog" id="dialog1"> + <template class="SetBackgroundPhotoDialog" parent="GtkDialog"> <property name="width_request">400</property> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -29,7 +23,6 @@ <child> <object class="GtkButton" id="cancel_button"> <property name="label">_Cancel</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> @@ -45,7 +38,6 @@ <child> <object class="GtkButton" id="ok_button"> <property name="label">_OK</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> @@ -79,7 +71,9 @@ <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> + <property name="active">True</property> <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_checkbox_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> @@ -95,6 +89,7 @@ <property name="receives_default">False</property> <property name="halign">start</property> <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_checkbox_clicked" swapped="no"/> </object> <packing> <property name="expand">False</property> @@ -115,5 +110,5 @@ <action-widget response="-6">cancel_button</action-widget> <action-widget response="-5">ok_button</action-widget> </action-widgets> - </object> + </template> </interface> |