Adjust the widget size of the room list items
This commit is contained in:
parent
420937ab83
commit
844443a324
7 changed files with 100 additions and 70 deletions
|
|
@ -56,6 +56,13 @@ UserSettings::load()
|
|||
applyTheme();
|
||||
}
|
||||
|
||||
void
|
||||
UserSettings::setFontSize(double size)
|
||||
{
|
||||
baseFontSize_ = size;
|
||||
save();
|
||||
}
|
||||
|
||||
void
|
||||
UserSettings::setTheme(QString theme)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue