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
libksysguard
Commits
80cd2889
Commit
80cd2889
authored
Aug 10, 2020
by
Marco Martin
Browse files
don't break the sizing binding
parent
981be2b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
faces/Choices.qml
View file @
80cd2889
...
...
@@ -286,7 +286,7 @@ Control {
}
else
{
y
=
control
.
height
}
implicitHeight
=
Math
.
min
(
contentItem
.
implicitHeight
+
2
,
Kirigami
.
Units
.
gridUnit
*
20
)
searchField
.
forceActiveFocus
();
}
onClosed
:
delegateModel
.
rootIndex
=
delegateModel
.
parentModelIndex
()
...
...
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