Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
a2a9384b
Commit
a2a9384b
authored
May 16, 2022
by
Yari Polla
Committed by
Devin Lin
May 17, 2022
Browse files
quicksettings: few other corrections
parent
47845000
Pipeline
#177428
passed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml
View file @
a2a9384b
...
...
@@ -63,21 +63,18 @@ PlasmaCore.ColorScope {
// left side
ColumnLayout
{
id
:
columnLayout
opacity
:
opacityValue
spacing
:
0
anchors
{
top
:
mediaWidget
.
bottom
topMargin
:
minWidthHeight
*
0.06
topMargin
:
0
bottom
:
parent
.
bottom
bottomMargin
:
minWidthHeight
*
0.06
right
:
quickSettings
.
left
rightMargin
:
minWidthHeight
*
0.06
left
:
parent
.
left
leftMargin
:
minWidthHeight
*
0.06
}
anchors.margins
:
minWidthHeight
*
0.06
MobileShell.NotificationsWidget
{
id
:
notificationWidget
...
...
@@ -114,8 +111,8 @@ PlasmaCore.ColorScope {
anchors
{
left
:
parent
.
left
top
:
parent
.
top
topMargin
:
columnLayout
.
anchors
.
topM
argin
/
2
leftMargin
:
columnLayout
.
anchors
.
leftM
argin
topMargin
:
columnLayout
.
anchors
.
m
argin
s
/
2
leftMargin
:
columnLayout
.
anchors
.
m
argin
s
}
font.pixelSize
:
Math
.
min
(
40
,
minWidthHeight
*
0.1
)
...
...
@@ -135,7 +132,7 @@ PlasmaCore.ColorScope {
top
:
clock
.
bottom
bottom
:
isOnLargeScreen
?
columnLayout
.
top
:
mediaWidget
.
top
topMargin
:
PlasmaCore
.
Units
.
smallSpacing
leftMargin
:
columnLayout
.
anchors
.
leftM
argin
leftMargin
:
columnLayout
.
anchors
.
m
argin
s
}
font.pixelSize
:
Math
.
min
(
20
,
minWidthHeight
*
0.05
)
...
...
@@ -146,15 +143,15 @@ PlasmaCore.ColorScope {
id
:
mediaWidget
property
real
fullHeight
:
visible
?
height
+
PlasmaCore
.
Units
.
smallSpacing
*
6
:
0
y
:
isOnLargeScreen
?
date
.
y
-
height
+
date
.
implicitHeight
:
date
.
y
+
date
.
implicitHeight
+
columnLayout
.
anchors
.
topM
argin
/
2
y
:
isOnLargeScreen
?
date
.
y
-
height
+
date
.
implicitHeight
:
date
.
y
+
date
.
implicitHeight
+
columnLayout
.
anchors
.
m
argin
s
/
2
opacity
:
columnLayout
.
opacity
anchors
{
right
:
quickSettings
.
left
left
:
isOnLargeScreen
?
date
.
right
:
parent
.
left
leftMargin
:
columnLayout
.
anchors
.
leftM
argin
rightMargin
:
columnLayout
.
anchors
.
rightM
argin
-
quickSettings
.
leftPadding
leftMargin
:
columnLayout
.
anchors
.
m
argin
s
rightMargin
:
columnLayout
.
anchors
.
m
argin
s
-
quickSettings
.
leftPadding
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment