diff options
author | ronie <ronie@users.noreply.github.com> | 2018-07-05 09:03:16 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2018-07-05 09:03:16 +0200 |
commit | da4ea57f9062b160cc23f76ef0b1ca7582d5ee9b (patch) | |
tree | 079b8643dafbce1f63fd1246aaa288b5fd3af615 /addons | |
parent | e12675f5d84ea095b85ea859ce7c02d3ee463124 (diff) |
[Estuary] fix mono font
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogTextViewer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogTextViewer.xml b/addons/skin.estuary/xml/DialogTextViewer.xml index 3e5db1c07f..71d81e206e 100644 --- a/addons/skin.estuary/xml/DialogTextViewer.xml +++ b/addons/skin.estuary/xml/DialogTextViewer.xml @@ -21,7 +21,7 @@ <shadowcolor>black</shadowcolor> <pagecontrol>3000</pagecontrol> <font>font14</font> - <monofont>mono30</monofont> + <monofont>Mono26</monofont> </control> <control type="scrollbar" id="3000"> <include>HiddenObject</include> |