diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-18 19:06:21 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-19 07:53:18 +0100 |
commit | c5f360a8f667a35282f80682e71f8ad7acebee8b (patch) | |
tree | 7173fc520e4761c69ceb53e84cbb8ce2fdee36e2 | |
parent | 193207c5abf339253e15b59f398da0c1f6f43bee (diff) |
tdf#130857 uui: Drop empty GtkSizeGroup from password.ui
As the GtkSizeGroup [1] says:
> GtkSizeGroup provides a mechanism for grouping a number of widgets
> together so they all request the same amount of space. This is typically
> useful when you want a column of widgets to have the same size, but you
> can’t use a GtkGrid widget.
However, "sizegroup1" in this .ui file is empty, i.e.
doesn't group any widgets that should be the same size,
so drop it altogether.
[1] https://docs.gtk.org/gtk3/class.SizeGroup.html
Change-Id: I9ffa6d0d302c08c6668b40847dde04de11fb24cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176737
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r-- | uui/uiconfig/ui/password.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/uiconfig/ui/password.ui b/uui/uiconfig/ui/password.ui index 899352a1d0c7..f36fbf479818 100644 --- a/uui/uiconfig/ui/password.ui +++ b/uui/uiconfig/ui/password.ui @@ -159,5 +159,4 @@ <action-widget response="-11">help</action-widget> </action-widgets> </object> - <object class="GtkSizeGroup" id="sizegroup1"/> </interface> |