use a different default for InfoView borders

pull/1/head
Michail Vourlakos 8 years ago
parent a537572d42
commit b14a3dd9b0

@ -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)

Loading…
Cancel
Save