diff options
author | Michele Calgaro <[email protected]> | 2022-07-16 14:35:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-07-18 00:12:20 +0900 |
commit | ab384ed0d51428fb99a8118466411b49f4865c37 (patch) | |
tree | ab9a5f36672e2315d642e2dcbdd91ac0727b07ba /tdmlib/kgreet_winbind.cpp | |
parent | 90ea879f2be848f48846cf769cf3f1e03c4b9128 (diff) | |
download | tdebase-ab384ed0d51428fb99a8118466411b49f4865c37.tar.gz tdebase-ab384ed0d51428fb99a8118466411b49f4865c37.zip |
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 <[email protected]>
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 14bc816be9c921a6b004e0b0419e0c4c2f010b8c)
Diffstat (limited to 'tdmlib/kgreet_winbind.cpp')
-rw-r--r-- | tdmlib/kgreet_winbind.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdmlib/kgreet_winbind.cpp b/tdmlib/kgreet_winbind.cpp index aa7e39b18..3ee155ce6 100644 --- a/tdmlib/kgreet_winbind.cpp +++ b/tdmlib/kgreet_winbind.cpp @@ -89,8 +89,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; |