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
KScreen
Commits
1d62a774
Commit
1d62a774
authored
Apr 01, 2022
by
Nate Graham
Browse files
kcm: fixup
1b9b190d
(bad indentation)
Sorry about that.
parent
1b9b190d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcm/package/contents/ui/OutputPanel.qml
View file @
1d62a774
...
...
@@ -27,11 +27,11 @@ ColumnLayout {
RowLayout
{
Controls.CheckBox
{
id
:
primaryScreenCheckbox
text
:
i18n
(
"
Primary
"
)
checked
:
element
.
primary
onToggled
:
element
.
primary
=
checked
visible
:
kcm
.
primaryOutputSupported
&&
kcm
.
outputModel
.
rowCount
()
>
1
id
:
primaryScreenCheckbox
text
:
i18n
(
"
Primary
"
)
checked
:
element
.
primary
onToggled
:
element
.
primary
=
checked
visible
:
kcm
.
primaryOutputSupported
&&
kcm
.
outputModel
.
rowCount
()
>
1
}
KCM.ContextualHelpButton
{
...
...
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