diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-11-05 09:25:39 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-11-05 13:30:03 +0100 |
commit | d3f9ff5202c72220ef3bc7d84d149f9beeb1d290 (patch) | |
tree | 043ed708c767099f1850b045b4caa674b58fdbce /sd/uiconfig | |
parent | d62dc01ebc52b0d7f88dd1e42aa1a9f7961a85ea (diff) |
Impress update Presentation Dialog
Change-Id: I31d959bad05844adf77287ef5089cfa8bce5aa3e
Reviewed-on: https://gerrit.libreoffice.org/82053
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/presentationdialog.ui | 72 |
1 files changed, 42 insertions, 30 deletions
diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui index d2c5227f948d..d5dc5aa59379 100644 --- a/sd/uiconfig/simpress/ui/presentationdialog.ui +++ b/sd/uiconfig/simpress/ui/presentationdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -15,6 +15,9 @@ <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="visible">True</property> @@ -171,37 +174,41 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="customslideshow"> - <property name="label" translatable="yes" context="presentationdialog|customslideshow">_Custom slide show:</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - <property name="draw_indicator">True</property> - <property name="group">allslides</property> - <accessibility> - <relation type="label-for" target="customslideshow_cb"/> - </accessibility> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - </packing> - </child> - <child> - <object class="GtkComboBoxText" id="customslideshow_cb"> + <object class="GtkGrid" id="grid"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_left">12</property> - <property name="hexpand">True</property> - <accessibility> - <relation type="labelled-by" target="customslideshow"/> - </accessibility> + <property name="column_spacing">12</property> + <child> + <object class="GtkRadioButton" id="customslideshow"> + <property name="label" translatable="yes" context="presentationdialog|customslideshow">_Custom slide show:</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + <property name="group">allslides</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkComboBoxText" id="customslideshow_cb"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">2</property> </packing> </child> </object> @@ -641,8 +648,13 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child> - <placeholder/> - </child> + </object> + <object class="GtkSizeGroup" id="sizegroupLabel1"> + <widgets> + <widget name="from"/> + <widget name="allslides"/> + <widget name="customslideshow"/> + <widget name="presdisplay_label"/> + </widgets> </object> </interface> |