Rework to UIMessageBox

This commit is contained in:
Henrique Santiago
2012-08-12 20:27:41 -03:00
parent 7fb2f6deb5
commit abb6f59568
8 changed files with 99 additions and 142 deletions

View File

@@ -17,7 +17,9 @@ MainWindow
TextList
id: characterList
anchors.fill: parent
anchors.top: parent.top
anchors.left: parent.left
anchors.right: characterListScrollBar.left
anchors.bottom: accountStatusLabel.top
margin-bottom: 5
padding: 1
@@ -26,9 +28,10 @@ MainWindow
VerticalScrollBar
id: characterListScrollBar
anchors.top: characterList.top
anchors.bottom: characterList.bottom
anchors.right: characterList.right
anchors.top: parent.top
anchors.bottom: accountStatusLabel.top
anchors.right: parent.right
margin-bottom: 5
step: 14
pixels-scroll: true