[PC3 ToolBar] Don't disable borders
This commit is contained in:
parent
fc0a5bbbd5
commit
7b39642f29
@ -27,7 +27,6 @@ T.ToolBar {
|
|||||||
implicitHeight: 40 // TODO: Find a good way to sync this with the size of (Button or ToolButton) + padding
|
implicitHeight: 40 // TODO: Find a good way to sync this with the size of (Button or ToolButton) + padding
|
||||||
imagePath: "widgets/toolbar"
|
imagePath: "widgets/toolbar"
|
||||||
colorGroup: PlasmaCore.ColorScope.colorGroup
|
colorGroup: PlasmaCore.ColorScope.colorGroup
|
||||||
enabledBorders: control.position == T.ToolBar.Header ? PlasmaCore.FrameSvgItem.BottomBorder : PlasmaCore.FrameSvgItem.TopBorder
|
|
||||||
PlasmaCore.SvgItem {
|
PlasmaCore.SvgItem {
|
||||||
svg: PlasmaCore.Svg {
|
svg: PlasmaCore.Svg {
|
||||||
imagePath: "widgets/listitem"
|
imagePath: "widgets/listitem"
|
||||||
|
Loading…
Reference in New Issue
Block a user