Shell vs Bar modelData
This commit is contained in:
parent
2307cac558
commit
ca86e93540
2 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ PanelWindow {
|
|||
screen: modelData
|
||||
implicitHeight: Style.barHeight * scaling
|
||||
color: "transparent"
|
||||
visible: true //Settings.settings.barMonitors.includes(modelData.name) || (Settings.settings.barMonitors.length === 0)
|
||||
visible: Settings.settings.barMonitors.includes(modelData.name) || (Settings.settings.barMonitors.length === 0)
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
|
@ -43,7 +43,7 @@ PanelWindow {
|
|||
spacing: Style.marginMedium * scaling
|
||||
|
||||
NText {
|
||||
text: "Left"
|
||||
text: screen.name
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ ShellRoot {
|
|||
}
|
||||
|
||||
|
||||
Background {}
|
||||
// Background {}
|
||||
|
||||
Overview {}
|
||||
// Overview {}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue