diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 18eaf23..345aac9 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -19,7 +19,7 @@ Singleton { property int totalHeight: height property int height: 40 property int innerHeight: 30 - property int floatingGap: 10 + BackgroundConfig.border.thickness + property int floatingGap: 15 property int maxLabelWidth: 600 property int maxLabelHeight: 400 } |