More spacing fixes
This commit is contained in:
parent
de72236fe5
commit
9dfac69e9e
6 changed files with 14 additions and 27 deletions
|
|
@ -19,7 +19,7 @@ Item {
|
|||
property string section: ""
|
||||
property int sectionWidgetIndex: -1
|
||||
property int sectionWidgetsCount: 0
|
||||
|
||||
|
||||
property var widgetMetadata: BarWidgetRegistry.widgetMetadata[widgetId]
|
||||
property var widgetSettings: {
|
||||
if (section && sectionWidgetIndex >= 0) {
|
||||
|
|
@ -31,7 +31,6 @@ Item {
|
|||
return {}
|
||||
}
|
||||
|
||||
|
||||
readonly property string barPosition: Settings.data.bar.position
|
||||
|
||||
readonly property string labelMode: (widgetSettings.labelMode !== undefined) ? widgetSettings.labelMode : widgetMetadata.labelMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue