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
|
|
@ -63,4 +63,7 @@ private:
|
|||
FlatButton *send_file_button_;
|
||||
FlatButton *send_message_button_;
|
||||
EmojiPickButton *emoji_button_;
|
||||
|
||||
const float TextFontRatio = 1.1;
|
||||
const float EmojiFontRatio = 1.3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue