diff options
author | notspiff <spiff@kodi.tv> | 2017-11-24 10:27:00 +0100 |
---|---|---|
committer | Arne Morten Kvarving <cptspiff@gmail.com> | 2017-11-24 23:09:09 +0100 |
commit | a53e5fae0e07505914ce70e2e9cf37b17b077c5d (patch) | |
tree | 6e0dba141a92861196ada4250edf85105f468cd7 /addons/skin.estuary/xml | |
parent | ad8655bdaa661ab8ddbce65d305d4ebb7d4e1a82 (diff) |
added: let the text viewer dialog hold a monospace font as well
add a bool param to the python method to allow setting the default
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogTextViewer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogTextViewer.xml b/addons/skin.estuary/xml/DialogTextViewer.xml index c16f959ff2..27663552e9 100644 --- a/addons/skin.estuary/xml/DialogTextViewer.xml +++ b/addons/skin.estuary/xml/DialogTextViewer.xml @@ -21,6 +21,7 @@ <shadowcolor>black</shadowcolor> <pagecontrol>3000</pagecontrol> <font>font14</font> + <monofont>mono30</monofont> </control> <control type="scrollbar" id="3000"> <include>HiddenObject</include> |