summaryrefslogtreecommitdiff
path: root/sd/uiconfig/simpress/ui/customanimationspanel.ui
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-03-12 02:10:53 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-26 15:36:04 +0000
commit35aded0e43c74f920dfa6960323506599257264e (patch)
tree714a6f574460912ae15434cccea293b3a3d98a38 /sd/uiconfig/simpress/ui/customanimationspanel.ui
parenta76c5e21378e5364f1f7554a32d89072feff8b0c (diff)
tdf#98037 - SIDEBAR: Replacing 'Speed' drop downs with comboboxes (2)
Changed speed dropdowns in CustomAnimationPane and CustomAnimationDialog to Duration combobox. Used Custom Widget VclComboBoxNumeric with MetricBox class. Unit set in seconds. Change-Id: I86e18da77dcdd72d429a2c02d56aa4b1cf5f6c54 Reviewed-on: https://gerrit.libreoffice.org/23157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/uiconfig/simpress/ui/customanimationspanel.ui')
-rw-r--r--sd/uiconfig/simpress/ui/customanimationspanel.ui10
1 files changed, 7 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index 0b2a14dd1e63..8b8496937fe5 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -244,11 +244,11 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="effect_speed">
+ <object class="GtkLabel" id="effect_duration">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes">Sp_eed:</property>
+ <property name="label" translatable="yes">D_uration:</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -310,10 +310,14 @@
</packing>
</child>
<child>
- <object class="GtkComboBoxText" id="effect_speed_list">
+ <object class="VclComboBoxNumeric" id="anim_duration:0.00sec">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip_markup" translatable="yes">Select the speed of Custom Animation.</property>
+ <property name="tooltip_text" translatable="yes">Select the speed of Custom Animation.</property>
<property name="hexpand">True</property>
+ <property name="adjustment">adjustment1</property>
</object>
<packing>
<property name="left_attach">1</property>