diff options
Diffstat (limited to 'sd/uiconfig/simpress/ui/customanimationeffecttab.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationeffecttab.ui | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index da8ea7bb871b..52e889fb9898 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -1,8 +1,12 @@ <?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"/> - <requires lib="LibreOffice" version="1.0"/> + <object class="GtkAdjustment" id="adjustment1"> + <property name="upper">10000</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -43,7 +47,6 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="customanimationeffecttab|prop_label1">_Direction:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">prop_list1</property> </object> <packing> <property name="expand">False</property> @@ -52,19 +55,13 @@ </packing> </child> <child> - <object class="GtkBox" id="placeholder"> + <object class="GtkGrid" id="placeholder"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> <child> - <object class="sdlo-PropertyControl" id="prop_list1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> + <placeholder/> </child> </object> <packing> @@ -225,7 +222,7 @@ <property name="can_focus">False</property> <property name="spacing">6</property> <child> - <object class="GtkComboBox" id="sound_list"> + <object class="GtkComboBoxText" id="sound_list"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> @@ -256,9 +253,14 @@ </packing> </child> <child> - <object class="svxcorelo-SvxColorListBox" id="dim_color_list"> + <object class="GtkMenuButton" id="dim_color_list"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <child> + <placeholder/> + </child> </object> <packing> <property name="left_attach">1</property> @@ -271,9 +273,11 @@ <property name="can_focus">False</property> <property name="spacing">12</property> <child> - <object class="GtkSpinButton" id="text_delay:0.0%"> + <object class="GtkSpinButton" id="text_delay"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="activates_default">True</property> + <property name="adjustment">adjustment1</property> <property name="digits">1</property> </object> <packing> @@ -288,7 +292,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="customanimationeffecttab|text_delay_label">delay between characters</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">text_delay:0.0%</property> + <property name="mnemonic_widget">text_delay</property> </object> <packing> <property name="expand">False</property> |