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,14 +5,6 @@ import qs.Commons
|
||||||
import qs.Services
|
import qs.Services
|
||||||
import qs.Widgets
|
import qs.Widgets
|
||||||
|
|
||||||
ScrollView {
|
|
||||||
id: root
|
|
||||||
|
|
||||||
property real scaling: 1.0
|
|
||||||
|
|
||||||
contentWidth: contentColumn.width
|
|
||||||
contentHeight: contentColumn.height
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
spacing: Style.marginL * scaling
|
spacing: Style.marginL * scaling
|
||||||
|
|
@ -96,4 +88,3 @@ ScrollView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue