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 Desktop
Commits
44ebe456
Commit
44ebe456
authored
Jan 27, 2021
by
Mikel Johnson
Browse files
[Kickoff] Tweak padding around configure button
(cherry picked from commit
2050c041
)
parent
4201350d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/Header.qml
View file @
44ebe456
...
...
@@ -185,11 +185,12 @@ PlasmaExtras.PlasmoidHeading {
RowLayout
{
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.rightMargin
:
PlasmaCore
.
Units
.
gridUnit
-
PlasmaCore
.
Units
.
devicePixelRatio
//separator width
anchors.rightMargin
:
PlasmaCore
.
Units
.
gridUnit
-
PlasmaCore
.
Units
.
devicePixelRatio
-
PlasmaCore
.
Units
.
smallSpacing
//separator width
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.leftMargin
:
Math
.
round
(
parent
.
width
/
3
)
+
PlasmaCore
.
Units
.
gridUnit
+
header
.
leftInset
spacing
:
PlasmaCore
.
Units
.
gridUnit
// looks visually balanced that way
spacing
:
Math
.
round
(
PlasmaCore
.
Units
.
smallSpacing
*
2.5
)
PlasmaComponents.TextField
{
id
:
queryField
...
...
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