Scale all QML elements according to the current display size
This commit is contained in:
parent
9e7a55fc20
commit
bcdf3d94f2
15 changed files with 278 additions and 109 deletions
|
|
@ -7,7 +7,7 @@ ColumnLayout {
|
|||
property alias to: slider.to
|
||||
property alias stepSize: slider.stepSize
|
||||
property alias value: slider.value
|
||||
spacing: 5
|
||||
spacing: StyleSpacings.tinySpacing
|
||||
RoundImageButton{
|
||||
id: increaseButton
|
||||
imageSource: "qrc:///icon_increase_volume"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue