office-gobmx/uui
Michael Weghorn c5f360a8f6 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>
2024-11-19 07:53:18 +01:00
..
inc Fix meaning of warning message 2024-01-22 08:29:46 +01:00
qa/unit
source loplugin:reftotemp in scripting..uui 2024-11-13 06:35:19 +01:00
uiconfig/ui tdf#130857 uui: Drop empty GtkSizeGroup from password.ui 2024-11-19 07:53:18 +01:00
util
AllLangMoTarget_uui.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
CppunitTest_uui_dialogs_test.mk UUIInteractionHelper::getParentProperty now unused 2018-05-18 09:56:19 +02:00
IwyuFilter_uui.yaml move ErrCode to comphelper and improve debug output string 2022-09-14 08:34:38 +02:00
Library_uui.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Makefile re-base on ALv2 code. Includes: 2012-07-13 21:38:47 +01:00
Module_uui.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
UIConfig_uui.mk OneDrive auth fallback dialog makefile 2014-12-15 11:23:27 +01:00

Interaction Handler for ucb and More

Contains an Interaction Handler for the "ucb" and other uses. Works via VCL.