summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-13 09:28:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-13 13:48:58 +0100
commit4a6041235d923755eda3b3f5e54f6ae5a5436072 (patch)
treedc1706ff1c834b4fb905dc2af1168150d4b99b1d /cui/uiconfig
parent0b5fea74963d499be5d59acee29ba89137f9f0cd (diff)
size group is ignoring hidden widgets, leading to labels overlapping entries
https://developer.gnome.org/gtk3/stable/GtkSizeGroup.html#gtk-size-group-set-ignore-hidden "Measuring the size of hidden widgets ... they will report a size of 0 nowadays, and thus, their size will not affect the other size group members" Which is unfortunate. So before we hide any labels, take the size group width and set it as explicit preferred size. Change-Id: If7c0f1ebd9f03914c74fde85b876549de76853c2 Reviewed-on: https://gerrit.libreoffice.org/85097 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/hyperlinkinternetpage.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/hyperlinkinternetpage.ui b/cui/uiconfig/ui/hyperlinkinternetpage.ui
index 4780a73829f9..40eda2174082 100644
--- a/cui/uiconfig/ui/hyperlinkinternetpage.ui
+++ b/cui/uiconfig/ui/hyperlinkinternetpage.ui
@@ -399,7 +399,9 @@
<widget name="target_label"/>
<widget name="login_label"/>
<widget name="password_label"/>
+ <widget name="frame_label"/>
<widget name="indication_label"/>
+ <widget name="name_label"/>
<widget name="lbProtocol"/>
</widgets>
</object>