Changeset - 2eb49892d12b
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-08-12 16:31:28
hy@ozderya.net
use monospaced font in command input box
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/commandwidget.ui
Show inline comments
 
@@ -65,6 +65,11 @@
 
       <verstretch>0</verstretch>
 
      </sizepolicy>
 
     </property>
 
     <property name="font">
 
      <font>
 
       <family>Monospace</family>
 
      </font>
 
     </property>
 
     <property name="toolTip">
 
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter your command here.&lt;/p&gt;&lt;p&gt;In ASCII mode you can use backslash '\' to send some special characters. These are:&lt;br/&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;\n&lt;/span&gt; : Line Feed (new line)&lt;br/&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;\r&lt;/span&gt; : Carriage Return&lt;br/&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;\t&lt;/span&gt; : Tab&lt;/p&gt;&lt;p&gt;Be careful though, you cannot escape the backslash character itself!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
     </property>
0 comments (0 inline, 0 general)