# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-08-12 16:31:28 # Node ID 2eb49892d12b3f4d580bff26c9906802cfa98f12 # Parent 160b17420197f9e8eca9598b778c3c9992efaf96 use monospaced font in command input box diff --git a/src/commandwidget.ui b/src/commandwidget.ui --- a/src/commandwidget.ui +++ b/src/commandwidget.ui @@ -65,6 +65,11 @@ 0 + + + Monospace + + <html><head/><body><p>Enter your command here.</p><p>In ASCII mode you can use backslash '\' to send some special characters. These are:<br/><span style=" font-weight:600;">\n</span> : Line Feed (new line)<br/><span style=" font-weight:600;">\r</span> : Carriage Return<br/><span style=" font-weight:600;">\t</span> : Tab</p><p>Be careful though, you cannot escape the backslash character itself!</p></body></html>