Premium time colored red <= 7 days #205

This commit is contained in:
Samuel
2013-01-18 16:48:48 +01:00
parent ddaff8a46a
commit 806f543302
2 changed files with 23 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ MainWindow
anchors.top: parent.top
anchors.left: parent.left
anchors.right: characterListScrollBar.left
anchors.bottom: accountStatusLabel.top
anchors.bottom: accountStatusCaption.top
margin-bottom: 5
padding: 1
focusable: false
@@ -65,21 +65,32 @@ MainWindow
VerticalScrollBar
id: characterListScrollBar
anchors.top: parent.top
anchors.bottom: accountStatusLabel.top
anchors.bottom: accountStatusCaption.top
anchors.right: parent.right
margin-bottom: 5
step: 14
pixels-scroll: true
Label
id: accountStatusCaption
!text: tr('Account Status:')
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin-bottom: 1
Label
id: accountStatusLabel
!text: tr('Account Status:\nFree Account')
!text: tr('Free Account')
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: separator.top
margin-bottom: 5
text-auto-resize: true
$on:
color: #FF0000
HorizontalSeparator
id: separator
anchors.left: parent.left