mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
Premium time colored red <= 7 days #205
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user