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
libksysguard
Commits
3a0a0ca4
Commit
3a0a0ca4
authored
Sep 30, 2020
by
Arjen Hiemstra
Browse files
Remove left margin from legend in bar and line chart faces
Otherwise there is a bunch of unused space next to the legend.
parent
10e8ab28
Changes
2
Hide whitespace changes
Inline
Side-by-side
faces/facepackages/barchart/contents/ui/FullRepresentation.qml
View file @
3a0a0ca4
...
...
@@ -119,7 +119,6 @@ Faces.SensorFace {
Layout.fillWidth
:
root
.
width
<
implicitWidth
*
1.5
Layout.alignment
:
Qt
.
AlignVCenter
|
Qt
.
AlignLeft
Layout.fillHeight
:
true
Layout.leftMargin
:
compactRepresentation
.
x
Layout.minimumHeight
:
root
.
formFactor
===
Faces
.
SensorFace
.
Horizontal
||
root
.
formFactor
===
Faces
.
SensorFace
.
Vertical
?
implicitHeight
...
...
faces/facepackages/linechart/contents/ui/FullRepresentation.qml
View file @
3a0a0ca4
...
...
@@ -118,7 +118,6 @@ Faces.SensorFace {
Layout.fillWidth
:
root
.
width
<
implicitWidth
*
1.5
Layout.alignment
:
Qt
.
AlignVCenter
|
Qt
.
AlignLeft
Layout.fillHeight
:
true
Layout.leftMargin
:
compactRepresentation
.
x
Layout.minimumHeight
:
root
.
formFactor
===
Faces
.
SensorFace
.
Horizontal
||
root
.
formFactor
===
Faces
.
SensorFace
.
Vertical
?
implicitHeight
...
...
Arjen Hiemstra
@ahiemstra
mentioned in commit
74c79e70
·
Oct 05, 2020
mentioned in commit
74c79e70
mentioned in commit 74c79e70a444887310d9cfb0b7abbcd35279b964
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