mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-14 19:20:26 +03:00
Fix configuration scroll view
This commit is contained in:
parent
773f9b8820
commit
cee507a227
1 changed files with 240 additions and 244 deletions
|
@ -14,7 +14,7 @@ import org.kde.kcmutils as KCM
|
|||
|
||||
import "../lib"
|
||||
|
||||
KCM.SimpleKCM {
|
||||
KCM.ScrollViewKCM {
|
||||
id: appearancePage
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
|
@ -81,9 +81,6 @@ KCM.SimpleKCM {
|
|||
}
|
||||
}
|
||||
|
||||
QtControls.ScrollView {
|
||||
id: scrollView
|
||||
|
||||
QtLayouts.ColumnLayout {
|
||||
id: layout
|
||||
anchors.fill: parent
|
||||
|
@ -361,7 +358,6 @@ KCM.SimpleKCM {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*##^##
|
||||
|
|
Loading…
Reference in a new issue