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
Plasma
Plasma Disks
Commits
ab86d00c
Commit
ab86d00c
authored
Apr 15, 2021
by
Kai Uwe Broulik
🍇
Committed by
Harald Sitter
Apr 15, 2021
Browse files
[KCM] Give it an implicit size
Ensures it has a sane default size when opened via `kcmshell5 smart`
parent
b1914d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/main.qml
View file @
ab86d00c
...
...
@@ -10,6 +10,9 @@ import org.kde.kirigami 2.12 as Kirigami
import
QtQuick
.
Controls
2.14
KCM.SimpleKCM
{
implicitWidth
:
Kirigami
.
Units
.
gridUnit
*
28
implicitHeight
:
Kirigami
.
Units
.
gridUnit
*
20
Kirigami.CardsListView
{
id
:
listView
width
:
110
...
...
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