Use pixels to specify the font sizes
Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
This commit is contained in:
parent
847ae37df2
commit
30fb46e25b
19 changed files with 156 additions and 92 deletions
|
|
@ -63,7 +63,4 @@ 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