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
Plasma Workspace
Commits
941d6c5f
Verified
Commit
941d6c5f
authored
Sep 22, 2022
by
ivan tkachenko
Browse files
[applet/appmenu] Fix minor code style issues
(cherry picked from commit
d7bad8c1
)
parent
dbc71697
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/appmenu/package/contents/ui/main.qml
View file @
941d6c5f
...
...
@@ -30,7 +30,7 @@ Item {
}
Plasmoid.constraintHints
:
PlasmaCore
.
Types
.
CanFillArea
Plasmoid.preferredRepresentation
:
(
Plasmoid
.
configuration
.
compactView
)
?
Plasmoid
.
compactRepresentation
:
Plasmoid
.
fullRepresentation
Plasmoid.preferredRepresentation
:
Plasmoid
.
configuration
.
compactView
?
Plasmoid
.
compactRepresentation
:
Plasmoid
.
fullRepresentation
Plasmoid.compactRepresentation
:
PlasmaComponents3.ToolButton
{
readonly
property
int
fakeIndex
:
0
...
...
@@ -38,7 +38,7 @@ Item {
Layout.fillHeight
:
false
Layout.minimumWidth
:
implicitWidth
Layout.maximumWidth
:
implicitWidth
enabled
:
menuAvailable
enabled
:
menuAvailable
checkable
:
menuAvailable
&&
Plasmoid
.
nativeInterface
.
currentIndex
===
fakeIndex
checked
:
checkable
icon.name
:
"
application-menu
"
...
...
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