Remove hardcoded font sizes on the top bars and text input

This commit is contained in:
Konstantinos Sideris 2017-07-01 15:52:46 +03:00
parent 22d0f50e36
commit 97ca8d0ed1
6 changed files with 42 additions and 17 deletions

View file

@ -72,4 +72,7 @@ private:
LogoutDialog *logoutDialog_;
int logoutButtonSize_;
const float DisplayNameFontRatio = 1.3;
const float UserIdFontRatio = 1.1;
};