diff options
author | Max Sandholm <max@sandholm.org> | 2017-11-16 16:33:52 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-16 16:33:52 +0200 |
commit | 19b526d4533841ca91209929f0d6aef6042a8eeb (patch) | |
tree | 596400e11b6275a961b9d57b02b0c0b502df38c4 /src/ui/TextField.cc | |
parent | Don't send empty messages (diff) | |
download | nheko-19b526d4533841ca91209929f0d6aef6042a8eeb.tar.xz |
Use system color scheme (using a Qt stylesheet) #104
The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
Diffstat (limited to 'src/ui/TextField.cc')
-rw-r--r-- | src/ui/TextField.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/TextField.cc b/src/ui/TextField.cc |