mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 03:30: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"
|
import "../lib"
|
||||||
|
|
||||||
KCM.SimpleKCM {
|
KCM.ScrollViewKCM {
|
||||||
id: appearancePage
|
id: appearancePage
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
@ -81,9 +81,6 @@ KCM.SimpleKCM {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QtControls.ScrollView {
|
|
||||||
id: scrollView
|
|
||||||
|
|
||||||
QtLayouts.ColumnLayout {
|
QtLayouts.ColumnLayout {
|
||||||
id: layout
|
id: layout
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -361,7 +358,6 @@ KCM.SimpleKCM {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*##^##
|
/*##^##
|
||||||
|
|
Loading…
Reference in a new issue