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
KWin
Commits
715f0dbb
Commit
715f0dbb
authored
Oct 03, 2020
by
Ismael Asensio
Committed by
Aleix Pol Gonzalez
Oct 02, 2020
Browse files
[kcm/kwinrules] Port to new Connections syntax
While at it remove `FIXME`comment that no longer applies
parent
9d772710
Changes
2
Hide whitespace changes
Inline
Side-by-side
kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml
View file @
715f0dbb
...
...
@@ -54,7 +54,6 @@ ScrollViewKCM {
}
}
// FIXME: InlineMessage.qml:241:13: QML Label: Binding loop detected for property "verticalAlignment"
header
:
Kirigami.InlineMessage
{
Layout.fillWidth
:
true
Layout.fillHeight
:
true
...
...
@@ -99,7 +98,7 @@ ScrollViewKCM {
Connections
{
target
:
rulesModel
onSuggestionsChanged
:
{
function
onSuggestionsChanged
()
{
propertySheet
.
sheetOpen
=
true
;
}
}
...
...
kcmkwin/kwinrules/package/contents/ui/RulesList.qml
View file @
715f0dbb
...
...
@@ -26,7 +26,7 @@ ScrollViewKCM {
// Manage KCM pages
Connections
{
target
:
kcm
onEditIndexChanged
:
{
function
onEditIndexChanged
()
{
if
(
kcm
.
editIndex
<
0
)
{
// If no rule is being edited, hide RulesEdidor page
kcm
.
pop
();
...
...
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