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