Optims: replaced a bunch of Qt.rgba by Qt.alpha
This commit is contained in:
parent
43bb3bdd0c
commit
7ed4c209fe
5 changed files with 12 additions and 16 deletions
|
|
@ -23,8 +23,7 @@ NPanel {
|
|||
}
|
||||
|
||||
panelKeyboardFocus: true
|
||||
panelBackgroundColor: Qt.rgba(Color.mSurface.r, Color.mSurface.g, Color.mSurface.b,
|
||||
Settings.data.appLauncher.backgroundOpacity)
|
||||
panelBackgroundColor: Qt.alpha(Color.mSurface, Settings.data.appLauncher.backgroundOpacity)
|
||||
|
||||
// Positioning
|
||||
readonly property string launcherPosition: Settings.data.appLauncher.position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue