1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-28 18:50:40 +03:00

use a different default for InfoView borders

This commit is contained in:
Michail Vourlakos 2017-08-02 11:51:10 +03:00
parent a537572d42
commit b14a3dd9b0

View File

@ -32,7 +32,7 @@ PlasmaCore.FrameSvgItem {
imagePath: "widgets/panel-background"
prefix:""
enabledBorders: infoWindow ? infoWindow.enabledBorders : 0
enabledBorders: infoWindow ? infoWindow.enabledBorders : PlasmaCore.FrameSvg.AllBorders
width: Screen.width + 1
height: Math.min(Screen.height - units.gridUnit * 8, logo.height + messageLbl.height + 2 *units.gridUnit)