mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
Added horizontal layout and stretch for player icon (#4052)
This commit is contained in:
parent
fe63dfa762
commit
5d9d91262b
2 changed files with 12 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ private:
|
|||
AbstractClient *client;
|
||||
bool editable;
|
||||
QLabel avatarLabel, nameLabel, realNameLabel1, realNameLabel2, countryLabel1, countryLabel2, countryLabel3,
|
||||
userLevelLabel1, userLevelLabel2, userLevelLabel3, accountAgeLebel1, accountAgeLabel2;
|
||||
userLevelLabel1, userLevelLabel2, userLevelLabel3, accountAgeLabel1, accountAgeLabel2;
|
||||
QPushButton editButton, passwordButton, avatarButton;
|
||||
QPixmap avatarPixmap;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue