1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-09 17:18:11 +03:00

restore advances dock settings height

--the feature was added in order to be ready
to reorganize all dock settings options.
The plan is to remove Tweaks page and use
only Behavior/Apperance/Effects/Tasks
at the same in advanced or expert mode
the dock settings window will increase
its height
This commit is contained in:
Michail Vourlakos 2018-10-28 10:16:57 +02:00
parent 1bb1e58b83
commit 6e91a5aae6

View File

@ -56,7 +56,7 @@ FocusScope {
property int chosenWidth: userScaleWidth !== 100 ? (userScaleWidth/100) * proposedWidth : proposedWidth
property int chosenHeight: userScaleHeight !== 100 ? (userScaleHeight/100) * heightLevel * proposedHeight : heightLevel * proposedHeight
readonly property real heightLevel: (plasmoid.configuration.advanced ? 1.7 : 1)
readonly property real heightLevel: (plasmoid.configuration.advanced ? 1 : 1)
onHeightChanged: dockConfig.syncGeometry();