diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-08-05 08:00:12 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-08-05 08:00:12 +0200 |
commit | 8ae550d463720d5d1c0e253af29843ff15de1a54 (patch) | |
tree | b6be28a7d546e7a174910ee83d6af555ed8860fa /ui | |
parent | 709e2d6f5652ec90c194a4ec2b530bebc6f952cb (diff) | |
parent | 9df0619e4e581eac73e5f3b76d271f1fff192f81 (diff) |
Merge branch 'release/debian/0.28.4-1'debian/0.28.4-1
Diffstat (limited to 'ui')
-rw-r--r-- | ui/slideshow_settings.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/slideshow_settings.ui b/ui/slideshow_settings.ui index 6f597b1..5400793 100644 --- a/ui/slideshow_settings.ui +++ b/ui/slideshow_settings.ui @@ -16,7 +16,7 @@ <property name="step_increment">0.10000000000000001</property> <property name="page_increment">1</property> </object> - <template class="SettingsDialog" parent="GtkDialog"> + <template class="SlideshowPageSettingsDialog" parent="GtkDialog"> <property name="can_focus">False</property> <property name="title" translatable="yes">Settings</property> <property name="modal">True</property> @@ -258,8 +258,8 @@ </object> </child> <action-widgets> - <action-widget response="0">button1</action-widget> - <action-widget response="0">button2</action-widget> + <action-widget response="-6">button1</action-widget> + <action-widget response="-5">button2</action-widget> </action-widgets> </template> </interface> |