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
Grid {
columns: 1
anchors.fill: parent
Text {
id: text
anchors.fill: parent
@ -154,7 +150,6 @@ Item {
}
}
}
}
Component.onCompleted: {
if (debug) console.log("[main::onCompleted]")