Skip to content
GitLab
Menu
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
b847d33e
Commit
b847d33e
authored
Jan 28, 2021
by
Miklós Máté
Committed by
Nate Graham
Jan 28, 2021
Browse files
[applets/systemmonitor] fix not hiding the title on vertical panels
The joys of dynamically typed languages.
parent
fdfad7b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/systemmonitor/systemmonitor/package/contents/ui/CompactRepresentation.qml
View file @
b847d33e
...
...
@@ -65,7 +65,7 @@ Control {
case
PlasmaCore
.
Types
.
Horizontal
:
return
Faces
.
SensorFace
.
Horizontal
;
case
PlasmaCore
.
Types
.
Vertical
:
return
Faces
.
SensorFace
.
Verical
;
return
Faces
.
SensorFace
.
Ver
t
ical
;
default
:
return
Faces
.
SensorFace
.
Planar
;
}
...
...
Miklós Máté
@miklosm
mentioned in commit
08f88807
·
Jan 28, 2021
mentioned in commit
08f88807
mentioned in commit 08f88807959ff7d3761c619ac2e9be1ff221058f
Toggle commit list
Write
Preview
Supports
Markdown
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