groups: add option to configure font name (#3751)
This commit is contained in:
parent
a122271f09
commit
0476e1b498
2 changed files with 5 additions and 3 deletions
|
|
@ -129,6 +129,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["group:insert_after_current"].intValue = 1;
|
||||
configValues["group:focus_removed_window"].intValue = 1;
|
||||
|
||||
configValues["group:groupbar:font_family"].strValue = "Sans";
|
||||
configValues["group:groupbar:font_size"].intValue = 8;
|
||||
configValues["group:groupbar:gradients"].intValue = 1;
|
||||
configValues["group:groupbar:render_titles"].intValue = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue