HooksTab: removed ScrollView which already exists in parent (SettingsPanel.qml)

This commit is contained in:
LemmyCook 2025-09-05 15:07:31 -04:00
parent 783e9fb140
commit 56fedcf495

View file

@ -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 {
}
}
}
}
}