summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/mw-ui.qml11
1 files changed, 7 insertions, 4 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index d2bf720..3ee2532 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -108,11 +108,13 @@ Rectangle {
width: view.width; height: view.height
Loader { sourceComponent: slidebackground ;
anchors.fill: parent}
-
- //Column {
- //anchors.left: parent.left
- // y: 10
+ Flickable {
+ width: view.width; height: view.height
+ contentWidth: gridRepo.width; contentHeight: gridRepo.height
+ clip: true
+ flickableDirection: Flickable.VerticalFlick
GridLayout {
+ id: gridRepo
columns: 2
Label {
Layout.columnSpan: 2
@@ -295,6 +297,7 @@ Rectangle {
buttonText: qsTr("Edit software sources")+" *"
}
}
+ }
Label {
anchors {top: parent.bottom; topMargin: 3; horizontalCenter: parent.left; horizontalCenterOffset: parent.width * .4 }