added margin for scrollbars for almost all flickable elements
This commit is contained in:
parent
804a790392
commit
fd905ef308
15 changed files with 27 additions and 21 deletions
|
@ -29,7 +29,7 @@ PageBase {
|
|||
anchors.left: root.left
|
||||
anchors.leftMargin: 30
|
||||
anchors.right: root.right
|
||||
anchors.rightMargin: 30
|
||||
anchors.rightMargin: 15
|
||||
|
||||
contentHeight: content.height
|
||||
clip: true
|
||||
|
@ -40,6 +40,7 @@ PageBase {
|
|||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 15
|
||||
|
||||
RadioButtonType {
|
||||
id: radioButton_setup_wizard_high
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue