[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kate/utils
From:       Erlend Hamberg <ehamberg () gmail ! com>
Date:       2008-11-10 9:01:19
Message-ID: 1226307679.779404.11167.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 882271 by ehamberg:

set text format to PlainText on all labels on the status bar so the text needs not be escaped

 M  +4 -0      katevimodebar.cpp  


--- trunk/KDE/kdelibs/kate/utils/katevimodebar.cpp #882270:882271
@@ -48,6 +48,10 @@
   // otherwise the command will look 'jumpy' as new symbols are added to it
   // 50 pix should be enough i think
   m_labelCommand->setFixedWidth(50);
+
+  m_labelStatus->setTextFormat(Qt::PlainText);
+  m_labelCommand->setTextFormat(Qt::PlainText);
+  m_labelMessage->setTextFormat(Qt::PlainText);
 }
 
 KateViModeBar::~KateViModeBar()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic