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:
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…
x
Reference in New Issue
Block a user