diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-07-15 17:11:46 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-07-15 17:11:46 +0300 |
commit | 30fb46e25b5a2eaeb66f68c9488c5784ed64190d (patch) | |
tree | 0091ac126af6168907798fc41b150f1bd5942d9f /include/TextInputWidget.h | |
parent | Linting (diff) | |
download | nheko-30fb46e25b5a2eaeb66f68c9488c5784ed64190d.tar.xz |
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.
Diffstat (limited to 'include/TextInputWidget.h')
-rw-r--r-- | include/TextInputWidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; }; |