diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2018-01-03 18:51:32 +0400 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-01-10 12:41:16 +0100 |
commit | 20b6a86414cd6888185d95cd480fc95f8fc0e6b0 (patch) | |
tree | 0d9c5fe31996c7b47320dd39496d8275a8d4d612 | |
parent | 2d5d2c5666cd95070f17614219c3fabe9f20a370 (diff) |
tdf#113880 improve slide transition sidebar deck
* added padding around transition list control
* make controls in 'modify transition' accessible
* correct alignment of variant label
Change-Id: I129e387be1458b7f08fab7f460d9ae60cd5dd391
Reviewed-on: https://gerrit.libreoffice.org/47320
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
(cherry picked from commit 0e5070b97fc0e2314af235809d2ebe37075ef188)
Reviewed-on: https://gerrit.libreoffice.org/47601
-rw-r--r-- | sd/uiconfig/simpress/ui/slidetransitionspanel.ui | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui index 75a38cb89cc3..78c8f4dac49c 100644 --- a/sd/uiconfig/simpress/ui/slidetransitionspanel.ui +++ b/sd/uiconfig/simpress/ui/slidetransitionspanel.ui @@ -2,6 +2,7 @@ <!-- Generated with glade 3.18.3 --> <interface domain="sd"> <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -30,7 +31,12 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <child/> + <property name="top_padding">6</property> + <property name="left_padding">6</property> + <property name="right_padding">6</property> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> @@ -69,6 +75,8 @@ <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes" context="slidetransitionspanel|duration_label">Duration:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">transition_duration:0.00sec</property> <property name="xalign">0</property> </object> <packing> @@ -83,7 +91,6 @@ <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="slidetransitionspanel|transition_duration|tooltip_text">Select the speed of Slide Transition.</property> <property name="hexpand">True</property> - <property name="adjustment">adjustment1</property> </object> <packing> <property name="left_attach">1</property> @@ -96,6 +103,8 @@ <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes" context="slidetransitionspanel|sound_label">Sound:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">sound_list</property> </object> <packing> <property name="left_attach">0</property> @@ -136,7 +145,10 @@ <object class="GtkLabel" id="variant_label"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">end</property> <property name="label" translatable="yes" context="slidetransitionspanel|variant_label">Variant:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">variant_list</property> </object> <packing> <property name="left_attach">0</property> |