some fixes in ui

This commit is contained in:
arcan1s 2015-05-11 01:29:42 +03:00
parent 88c3e780cf
commit 26c51007e0

View File

@ -122,10 +122,6 @@ Item {
// ui // ui
Grid {
columns: 1
anchors.fill: parent
Text { Text {
id: text id: text
anchors.fill: parent anchors.fill: parent
@ -154,7 +150,6 @@ Item {
} }
} }
} }
}
Component.onCompleted: { Component.onCompleted: {
if (debug) console.log("[main::onCompleted]") if (debug) console.log("[main::onCompleted]")