fix sidebar rounding bug
This commit is contained in:
@@ -7,7 +7,7 @@ ShapePath {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
readonly property bool flatten: wrapper.height < rounding * 2
|
readonly property bool flatten: wrapper.height < rounding * 2
|
||||||
readonly property real rounding: 8
|
readonly property real rounding: Config.barConfig.rounding
|
||||||
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
|
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
|
||||||
required property var sidebar
|
required property var sidebar
|
||||||
required property Wrapper wrapper
|
required property Wrapper wrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user