Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Walker
Plasma Desktop
Commits
4d8248cd
Commit
4d8248cd
authored
Dec 13, 2021
by
Noah Davis
🌵
Committed by
Nate Graham
Dec 13, 2021
Browse files
Fix GridView size/position
It was messed up after the previous commit
parent
cbef8e66
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/Kickoff.qml
View file @
4d8248cd
...
...
@@ -29,6 +29,10 @@ Item {
||
plasmoid
.
location
===
PlasmaCore
.
Types
.
LeftEdge
property
bool
vertical
:
plasmoid
.
formFactor
===
PlasmaCore
.
Types
.
Vertical
// Used to prevent the width from changing frequently when the scrollbar appears or disappears
property
bool
mayHaveGridWithScrollBar
:
plasmoid
.
configuration
.
applicationsDisplay
===
0
||
(
plasmoid
.
configuration
.
favoritesDisplay
===
0
&&
plasmoid
.
rootItem
.
rootModel
.
favoritesModel
.
count
>
16
)
//BEGIN Models
property
Kicker.RootModel
rootModel
:
Kicker.RootModel
{
autoPopulate
:
false
...
...
applets/kickoff/package/contents/ui/KickoffGridView.qml
View file @
4d8248cd
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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