Edit Style.qml so barHeight check for vertical bar
SystemMonitor.qml: edit layout a little bit
This commit is contained in:
parent
85cef214c8
commit
8982909fae
2 changed files with 21 additions and 22 deletions
|
|
@ -66,9 +66,9 @@ Singleton {
|
|||
property int animationSlowest: Math.round(750 / Settings.data.general.animationSpeed)
|
||||
|
||||
// Dimensions
|
||||
property int barHeight: 36
|
||||
property int barHeight: (Settings.data.bar.position === "left" || Settings.data.bar.position === "right") ? 40 : 36
|
||||
property int capsuleHeight: (barHeight * 0.73)
|
||||
property int baseWidgetSize: 32
|
||||
property int baseWidgetSize: (barHeight * 0.9)
|
||||
property int sliderWidth: 200
|
||||
|
||||
// Delays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue