Mercurial > hg > RemoteViewer
changeset 12:3fdb5db9bedb
use monospaced font for the viewer output
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 21 Sep 2014 15:25:32 +0200 |
parents | 191f6296a2a4 |
children | a999a074d2ee |
files | RemoteViewer/LogViewer.ui |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/RemoteViewer/LogViewer.ui Sun Sep 21 03:23:17 2014 +0200 +++ b/RemoteViewer/LogViewer.ui Sun Sep 21 15:25:32 2014 +0200 @@ -16,6 +16,11 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPlainTextEdit" name="logText"> + <property name="font"> + <font> + <family>Monospace</family> + </font> + </property> <property name="plainText"> <string notr="true"/> </property>