1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 10:50:30 +03:00

make all shadows option default

--move also the shadows choice to advanced
group
This commit is contained in:
Michail Vourlakos 2017-04-22 15:47:33 +03:00
parent 32eff5c167
commit 2c6fdab568
2 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<choice name="Locked"/>
<choice name="All"/>
</choices>
<default>1</default>
<default>2</default>
</entry>
<entry name="maxLength" type="Int">
<default>100</default>

View File

@ -590,6 +590,7 @@ PlasmaComponents.Page {
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
visible: plasmoid.configuration.advanced
Header {
text: i18n("Applet shadows")