diff options
Diffstat (limited to 'svx/uiconfig/ui/textcharacterspacingcontrol.ui')
-rw-r--r-- | svx/uiconfig/ui/textcharacterspacingcontrol.ui | 73 |
1 files changed, 10 insertions, 63 deletions
diff --git a/svx/uiconfig/ui/textcharacterspacingcontrol.ui b/svx/uiconfig/ui/textcharacterspacingcontrol.ui index 7fd26786e490..ede4262d1d3e 100644 --- a/svx/uiconfig/ui/textcharacterspacingcontrol.ui +++ b/svx/uiconfig/ui/textcharacterspacingcontrol.ui @@ -3,8 +3,9 @@ <interface> <requires lib="gtk+" version="3.10"/> <object class="GtkAdjustment" id="adjustment1"> - <property name="upper">9999</property> - <property name="step_increment">1</property> + <property name="lower">-2</property> + <property name="upper">10000</property> + <property name="step_increment">0.10000000000000001</property> <property name="page_increment">1</property> </object> <object class="GtkImage" id="image_spacing_1"> @@ -148,69 +149,15 @@ <property name="margin_top">6</property> <property name="left_padding">12</property> <child> - <object class="GtkGrid" id="grid3"> + <object class="GtkSpinButton" id="kerning:0pt"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="row_spacing">6</property> - <child> - <object class="GtkLabel" id="spacing_label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">_Character Spacing:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">kerninglb</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkComboBoxText" id="kerninglb"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <items> - <item translatable="yes">Default</item> - <item translatable="yes">Expanded</item> - <item translatable="yes">Condensed</item> - </items> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="change_by_label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Change _by:</property> - <property name="use_underline">True</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - </packing> - </child> - <child> - <object class="GtkSpinButton" id="kerning:0pt"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="invisible_char">●</property> - <property name="width_chars">0</property> - <property name="adjustment">adjustment1</property> - <property name="digits">1</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">3</property> - </packing> - </child> + <property name="invisible_char">●</property> + <property name="width_chars">0</property> + <property name="text" translatable="yes">0,0</property> + <property name="adjustment">adjustment1</property> + <property name="digits">1</property> </object> </child> </object> |