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
045cac9f
Commit
045cac9f
authored
Sep 30, 2020
by
Arjen Hiemstra
Browse files
Remove maximum height from Bar chart
This causes alignment issues. (cherry picked from commit
10e8ab28
)
parent
39fc2126
Changes
1
Hide whitespace changes
Inline
Side-by-side
faces/facepackages/barchart/contents/ui/FullRepresentation.qml
View file @
045cac9f
...
...
@@ -97,7 +97,6 @@ Faces.SensorFace {
?
Kirigami
.
Units
.
gridUnit
:
5
*
Kirigami
.
Units
.
gridUnit
Layout.preferredHeight
:
8
*
Kirigami
.
Units
.
gridUnit
Layout.maximumHeight
:
Math
.
max
(
root
.
width
,
Layout
.
minimumHeight
)
Charts.GridLines
{
id
:
horizontalLines
...
...
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