Skip to content

Commit

Permalink
Increase font size for Openbox Menu and OSD
Browse files Browse the repository at this point in the history
  • Loading branch information
seahawk1986 committed Jan 8, 2021
1 parent f4c952e commit 5921d88
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions roles/yavdr-desktop/templates/openbox/rc.xml.j2
Expand Up @@ -58,7 +58,7 @@
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>8</size>
<size>14</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -67,7 +67,7 @@
</font>
<font place="InactiveWindow">
<name>sans</name>
<size>8</size>
<size>14</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -76,7 +76,7 @@
</font>
<font place="MenuHeader">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -85,7 +85,7 @@
</font>
<font place="MenuItem">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -94,7 +94,7 @@
</font>
<font place="ActiveOnScreenDisplay">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -103,7 +103,7 @@
</font>
<font place="InactiveOnScreenDisplay">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand Down
12 changes: 6 additions & 6 deletions roles/yavdr-desktop/templates/openbox/rc2.xml.j2
Expand Up @@ -58,7 +58,7 @@
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>8</size>
<size>14</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -67,7 +67,7 @@
</font>
<font place="InactiveWindow">
<name>sans</name>
<size>8</size>
<size>14</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -76,7 +76,7 @@
</font>
<font place="MenuHeader">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -85,7 +85,7 @@
</font>
<font place="MenuItem">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>normal</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -94,7 +94,7 @@
</font>
<font place="ActiveOnScreenDisplay">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand All @@ -103,7 +103,7 @@
</font>
<font place="InactiveOnScreenDisplay">
<name>sans</name>
<size>9</size>
<size>16</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
Expand Down

0 comments on commit 5921d88

Please sign in to comment.