diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-18 16:48:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-18 22:12:01 +0200 |
commit | acc8ff577b2087fa2734b569a9606d9acac09c2e (patch) | |
tree | fb62975e0a4ab1f82922a07bfdd5d1f1cf2cef88 /cui | |
parent | fc59a701cceb6e83c00fc3c9fab747987376c00f (diff) |
tdf#133121 limit style list width to that of the entry widget
which is maxed to the widest "standard" style text. So that the
dialog doesn't dance around depending on the font selected.
Change-Id: I5876314f5293abcac765dd018deda5b0d7f52305
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94436
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index f62f48f1d110..96ad01fdb502 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -208,6 +208,7 @@ <property name="row_spacing">3</property> <child> <object class="GtkScrolledWindow"> + <property name="width_request">42</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |