mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 09:12:08 -04:00
theme: fix popup transparency setting
This commit is contained in:
@@ -80,7 +80,7 @@ Item {
|
||||
width: parent.width
|
||||
height: overviewSection.implicitHeight + Theme.spacingL * 2
|
||||
radius: Theme.cornerRadius
|
||||
color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||
color: Theme.surfaceContainerHigh
|
||||
|
||||
Column {
|
||||
id: overviewSection
|
||||
@@ -181,7 +181,7 @@ Item {
|
||||
width: parent.width
|
||||
height: addPrinterSection.implicitHeight + Theme.spacingL * 2
|
||||
radius: Theme.cornerRadius
|
||||
color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||
color: Theme.surfaceContainerHigh
|
||||
visible: CupsService.cupsAvailable
|
||||
|
||||
Column {
|
||||
@@ -498,7 +498,7 @@ Item {
|
||||
width: parent.width
|
||||
height: printersSection.implicitHeight + Theme.spacingL * 2
|
||||
radius: Theme.cornerRadius
|
||||
color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||
color: Theme.surfaceContainerHigh
|
||||
visible: CupsService.cupsAvailable
|
||||
|
||||
Column {
|
||||
@@ -1191,7 +1191,7 @@ Item {
|
||||
width: parent.width
|
||||
height: classesSection.implicitHeight + Theme.spacingL * 2
|
||||
radius: Theme.cornerRadius
|
||||
color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||
color: Theme.surfaceContainerHigh
|
||||
visible: CupsService.cupsAvailable && CupsService.printerClasses.length > 0
|
||||
|
||||
Column {
|
||||
|
||||
Reference in New Issue
Block a user