Remove hardcoded font sizes on the top bars and text input
This commit is contained in:
parent
22d0f50e36
commit
97ca8d0ed1
6 changed files with 42 additions and 17 deletions
|
|
@ -72,4 +72,7 @@ private:
|
|||
LogoutDialog *logoutDialog_;
|
||||
|
||||
int logoutButtonSize_;
|
||||
|
||||
const float DisplayNameFontRatio = 1.3;
|
||||
const float UserIdFontRatio = 1.1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue