Formatting + tray menu bg color back to "surface"
This commit is contained in:
parent
599b484c42
commit
176a997018
4 changed files with 11 additions and 9 deletions
|
|
@ -93,8 +93,7 @@ Row {
|
|||
}
|
||||
}
|
||||
}
|
||||
}// Row {
|
||||
// id: layout
|
||||
} // Row {// id: layout
|
||||
// anchors.verticalCenter: parent.verticalCenter
|
||||
// spacing: Style.marginSmall * scaling
|
||||
// visible: Settings.data.bar.showSystemInfo
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ PopupWindow {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Color.mSurfaceVariant
|
||||
color: Color.mSurface
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
radius: Style.radiusMedium * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue