summary refs log tree commit diff
path: root/include/TextInputWidget.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-07-01 15:52:46 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-07-01 15:52:46 +0300
commit97ca8d0ed109dc2be80e459e4b2a4dbafa1aced8 (patch)
tree26104ba131ef248868cf98675f041d0958eda580 /include/TextInputWidget.h
parentAdd option for the default font size (diff)
downloadnheko-97ca8d0ed109dc2be80e459e4b2a4dbafa1aced8.tar.xz
Remove hardcoded font sizes on the top bars and text input
Diffstat (limited to 'include/TextInputWidget.h')
-rw-r--r--include/TextInputWidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h

index 225750f2..e176d48c 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h
@@ -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; };