mirror of
https://github.com/labwc/labwc.git
synced 2026-03-08 05:33:52 -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 -->
|
<!-- This font size also determintes the height of the window title bar -->
|
||||||
<font place="ActiveWindow">
|
<font place="ActiveWindow">
|
||||||
<name>Sans</name>
|
<name>Sans</name>
|
||||||
<size>8</size>
|
<size>10</size>
|
||||||
</font>
|
</font>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -253,7 +253,7 @@ static void
|
||||||
pre_processing(void)
|
pre_processing(void)
|
||||||
{
|
{
|
||||||
rc.xdg_shell_server_side_deco = true;
|
rc.xdg_shell_server_side_deco = true;
|
||||||
rc.font_size_activewindow = 8;
|
rc.font_size_activewindow = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue