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
System Settings
Commits
2e82e4fc
Commit
2e82e4fc
authored
Sep 23, 2020
by
Nate Graham
Browse files
[sidebar view] Set icon sizes properly on home screen
parent
14529229
Changes
1
Hide whitespace changes
Inline
Side-by-side
sidebar/package/contents/ui/introPage.qml
View file @
2e82e4fc
...
...
@@ -48,8 +48,8 @@ Rectangle {
Kirigami.Icon
{
Layout.alignment
:
Qt
.
AlignHCenter
source
:
"
preferences-system
"
w
idth
:
Kirigami
.
Units
.
iconSizes
.
enormous
height
:
width
Layout.preferredW
idth
:
Kirigami
.
Units
.
iconSizes
.
enormous
Layout.preferredHeight
:
Kirigami
.
Units
.
iconSizes
.
enormous
}
Item
{
width
:
Kirigami
.
Units
.
largeSpacing
...
...
@@ -61,8 +61,8 @@ Rectangle {
source
:
Qt
.
resolvedUrl
(
"
../images/plasma-logo.svg
"
)
color
:
Kirigami
.
Theme
.
textColor
isMask
:
true
w
idth
:
Kirigami
.
Units
.
iconSizes
.
medium
height
:
width
Layout.preferredW
idth
:
Kirigami
.
Units
.
iconSizes
.
medium
Layout.preferredHeight
:
Kirigami
.
Units
.
iconSizes
.
medium
}
Kirigami.Heading
{
text
:
i18n
(
"
Plasma
"
)
...
...
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