diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-10-18 21:56:08 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-10-22 22:04:15 +0200 |
commit | d686b7131c1949e1b1e65cee6464cbbfb62bf991 (patch) | |
tree | 1001d560e8a98c9d790ea8bc98a52065e570ec99 /cui | |
parent | 138e8b5d8816d76121ea6d698f4a4fd34a26d519 (diff) |
tdf#128239 Paragraph Dialog: Update Tabs tab
Change-Id: I6985c15df7a65bd38b66e50ddee2221bfdff5f01
Reviewed-on: https://gerrit.libreoffice.org/81099
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/paratabspage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/paratabspage.ui b/cui/uiconfig/ui/paratabspage.ui index a459ea5c01a1..a97576c24e6a 100644 --- a/cui/uiconfig/ui/paratabspage.ui +++ b/cui/uiconfig/ui/paratabspage.ui @@ -167,7 +167,7 @@ <object class="GtkEntry" id="entryED_TABTYPE_DECCHAR"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="width_chars">1</property> + <property name="width_chars">3</property> </object> <packing> <property name="left_attach">1</property> @@ -469,7 +469,7 @@ <object class="GtkEntry" id="entryED_FILLCHAR_OTHER"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="width_chars">1</property> + <property name="width_chars">3</property> <accessibility> <relation type="labelled-by" target="radiobuttonBTN_FILLCHAR_OTHER"/> </accessibility> |