diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-04 14:57:01 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-04 22:23:41 +0200 |
commit | 0e8696bc2784364cfbefd7fa55da733e350c56cd (patch) | |
tree | 64651a811970c06893d0b66e66d8173e31ce3c1d /svx | |
parent | 0593f35f770e2df5241b2cec10ea1bc74cf3d4e6 (diff) |
tdf#118148 Extended tips for simpress/ and sdraw/
Change-Id: I7472b2aaa60d554fd9b2d4c9212917661228d929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102061
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/extrustiondepthdialog.ui | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/svx/uiconfig/ui/extrustiondepthdialog.ui b/svx/uiconfig/ui/extrustiondepthdialog.ui index ad07eb7040f8..f6fc1b491966 100644 --- a/svx/uiconfig/ui/extrustiondepthdialog.ui +++ b/svx/uiconfig/ui/extrustiondepthdialog.ui @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.36.0 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> <property name="upper">338.666</property> - <property name="step_increment">0.10000000000000001</property> + <property name="step_increment">0.1</property> <property name="page_increment">1</property> </object> <object class="GtkDialog" id="ExtrustionDepthDialog"> @@ -15,9 +15,6 @@ <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="can_focus">False</property> @@ -156,5 +153,13 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="ExtrustionDepthDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extrustiondepthdialog|extended_tip|ExtrustionDepthDialog">Enter an extrusion depth.</property> + </object> + </child> </object> </interface> |