From 14bc816be9c921a6b004e0b0419e0c4c2f010b8c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Jul 2022 14:35:39 +0900 Subject: Use Scale & Crop as default style for wallpaper. Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro Signed-off-by: Mavridis Philippe --- tdmlib/kgreet_winbind.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tdmlib/kgreet_winbind.cpp') diff --git a/tdmlib/kgreet_winbind.cpp b/tdmlib/kgreet_winbind.cpp index 471095d7e..545a96a61 100644 --- a/tdmlib/kgreet_winbind.cpp +++ b/tdmlib/kgreet_winbind.cpp @@ -91,8 +91,10 @@ KWinbindGreeter::KWinbindGreeter( KGreeterPluginHandler *_handler, themer = 0; if (!themer) + { grid = new TQGridLayout( 0, 0, 10 ); layoutItem = TQT_TQLAYOUTITEM(grid); + } domainLabel = loginLabel = passwdLabel = passwd1Label = passwd2Label = 0; domainCombo = 0; -- cgit v1.2.1