Various changes have been made as a result of the discussion of the first version
This commit is contained in:
@@ -15,13 +15,15 @@ RowLayout {
|
||||
|
||||
signal needWait(bool active, string text)
|
||||
|
||||
spacing: contentColumnSpacing
|
||||
spacing: contentColumnSpacing - 10
|
||||
|
||||
Flickable {
|
||||
id: settingsFlickable
|
||||
clip: true
|
||||
contentWidth: width - rightMargin - leftMargin
|
||||
contentHeight: configLayout.height
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
rightMargin: 10
|
||||
|
||||
ColumnLayout {
|
||||
id: configLayout
|
||||
|
||||
Reference in New Issue
Block a user