Adjust the widget size of the room list items

This commit is contained in:
Konstantinos Sideris 2018-10-06 17:21:03 +03:00
parent 420937ab83
commit 844443a324
7 changed files with 100 additions and 70 deletions

View file

@ -56,6 +56,13 @@ UserSettings::load()
applyTheme();
}
void
UserSettings::setFontSize(double size)
{
baseFontSize_ = size;
save();
}
void
UserSettings::setTheme(QString theme)
{