A few small fixes
This commit is contained in:
parent
a36bc33123
commit
a15677aadf
8 changed files with 35 additions and 20 deletions
|
|
@ -322,7 +322,7 @@ WlSessionLock {
|
|||
position: "bottomleft"
|
||||
size: 1.3
|
||||
fillColor: (Theme.backgroundPrimary !== undefined && Theme.backgroundPrimary !== null) ? Theme.backgroundPrimary : "#222"
|
||||
offsetX: screen.width / 2 + 31
|
||||
offsetX: screen.width / 2 + 30
|
||||
offsetY: 0
|
||||
anchors.top: parent.top
|
||||
//anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
|
@ -335,7 +335,7 @@ WlSessionLock {
|
|||
position: "bottomright"
|
||||
size: 1.3
|
||||
fillColor: (Theme.backgroundPrimary !== undefined && Theme.backgroundPrimary !== null) ? Theme.backgroundPrimary : "#222"
|
||||
offsetX: - Screen.width / 2 - 31
|
||||
offsetX: - Screen.width / 2 - 30
|
||||
offsetY: 0
|
||||
anchors.top: parent.top
|
||||
//anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import qs.Components
|
|||
PanelWindow {
|
||||
id: settingsModal
|
||||
implicitWidth: 480
|
||||
implicitHeight: 800
|
||||
implicitHeight: 780
|
||||
visible: false
|
||||
color: "transparent"
|
||||
anchors.top: true
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ Item {
|
|||
PanelWindow {
|
||||
id: bluetoothPanelModal
|
||||
implicitWidth: 480
|
||||
implicitHeight: 800
|
||||
implicitHeight: 780
|
||||
visible: false
|
||||
color: "transparent"
|
||||
anchors.top: true
|
||||
|
|
|
|||
|
|
@ -373,6 +373,7 @@ PanelWithOverlay {
|
|||
anchors.top: mainRectangle.top
|
||||
offsetX: -447 + sidebarPopupRect.slideOffset
|
||||
offsetY: 0
|
||||
visible: Settings.settings.showCorners
|
||||
|
||||
Behavior on offsetX {
|
||||
enabled: !sidebarPopupRect.isAnimating
|
||||
|
|
@ -390,6 +391,7 @@ PanelWithOverlay {
|
|||
fillColor: Theme.backgroundPrimary
|
||||
offsetX: 33 + sidebarPopupRect.slideOffset
|
||||
offsetY: 46
|
||||
visible: Settings.settings.showCorners
|
||||
|
||||
Behavior on offsetX {
|
||||
enabled: !sidebarPopupRect.isAnimating
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import qs.Services
|
|||
PanelWindow {
|
||||
id: wallpaperPanelModal
|
||||
implicitWidth: 480
|
||||
implicitHeight: 800
|
||||
implicitHeight: 780
|
||||
visible: false
|
||||
color: "transparent"
|
||||
anchors.top: true
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@ Item {
|
|||
PanelWindow {
|
||||
id: wifiPanelModal
|
||||
implicitWidth: 480
|
||||
implicitHeight: 800
|
||||
implicitHeight: 780
|
||||
visible: false
|
||||
color: "transparent"
|
||||
anchors.top: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue