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