Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
[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
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml
kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml
+1
-2
kcmkwin/kwinrules/package/contents/ui/RulesList.qml
kcmkwin/kwinrules/package/contents/ui/RulesList.qml
+1
-1
No files found.
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
Markdown
is supported
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