From 30fb46e25b5a2eaeb66f68c9488c5784ed64190d Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 15 Jul 2017 17:11:46 +0300 Subject: 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. --- include/TextInputWidget.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/TextInputWidget.h') diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h index e176d48c..225750f2 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h @@ -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; }; -- cgit 1.5.1