HooksTab: removed ScrollView which already exists in parent (SettingsPanel.qml)
This commit is contained in:
parent
783e9fb140
commit
56fedcf495
1 changed files with 67 additions and 76 deletions
|
|
@ -5,15 +5,7 @@ import qs.Commons
|
||||||
import qs.Services
|
import qs.Services
|
||||||
import qs.Widgets
|
import qs.Widgets
|
||||||
|
|
||||||
ScrollView {
|
ColumnLayout {
|
||||||
id: root
|
|
||||||
|
|
||||||
property real scaling: 1.0
|
|
||||||
|
|
||||||
contentWidth: contentColumn.width
|
|
||||||
contentHeight: contentColumn.height
|
|
||||||
|
|
||||||
ColumnLayout {
|
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
spacing: Style.marginL * scaling
|
spacing: Style.marginL * scaling
|
||||||
width: root.width
|
width: root.width
|
||||||
|
|
@ -95,5 +87,4 @@ ScrollView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue