mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: change default font size from 8 to 10
This commit is contained in:
parent
cfc6e18cdc
commit
529d7016f2
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<!-- This font size also determintes the height of the window title bar -->
|
||||
<font place="ActiveWindow">
|
||||
<name>Sans</name>
|
||||
<size>8</size>
|
||||
<size>10</size>
|
||||
</font>
|
||||
</theme>
|
||||
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@ static void
|
|||
pre_processing(void)
|
||||
{
|
||||
rc.xdg_shell_server_side_deco = true;
|
||||
rc.font_size_activewindow = 8;
|
||||
rc.font_size_activewindow = 10;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue