diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 11:50:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 14:07:06 +0200 |
commit | 6f2bbb3641f4e8fc26c20181ba790362e7472892 (patch) | |
tree | 2c27320700a527399ab1b0049661ef54f7c77b4f /svx/uiconfig/ui | |
parent | 165e57d6c9b980f22e57fb1c4c70d9a8c4aaf1c8 (diff) |
weld ExtrusionDepthDialog
Change-Id: I5905fea310a7f29574d94eaf61c80b6ca09a7467
Reviewed-on: https://gerrit.libreoffice.org/54310
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/extrustiondepthdialog.ui | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/svx/uiconfig/ui/extrustiondepthdialog.ui b/svx/uiconfig/ui/extrustiondepthdialog.ui index a1f357c39947..ad07eb7040f8 100644 --- a/svx/uiconfig/ui/extrustiondepthdialog.ui +++ b/svx/uiconfig/ui/extrustiondepthdialog.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> <interface domain="svx"> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> <property name="upper">338.666</property> <property name="step_increment">0.10000000000000001</property> @@ -10,7 +11,13 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="extrustiondepthdialog|ExtrustionDepthDialog">Extrusion Depth</property> + <property name="modal">True</property> + <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> @@ -62,6 +69,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -95,17 +103,16 @@ <property name="hexpand">True</property> <property name="column_spacing">12</property> <child> - <object class="GtkSpinButton" id="depth:0.00cm"> + <object class="GtkSpinButton" id="depth"> <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">2</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -114,13 +121,11 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="extrustiondepthdialog|label1">_Value</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">depth:0.00cm</property> + <property name="mnemonic_widget">depth</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |