[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1459: Add a "messages" label to the message count spinbox, make th (trunk/src/gui/log)



Author: edmanm
Date: 2006-11-15 18:39:20 -0500 (Wed, 15 Nov 2006)
New Revision: 1459

Modified:
   trunk/src/gui/log/messagelog.ui
Log:
Add a "messages" label to the message count spinbox, make the spinbox a little
less absurdly wide, and right-align the text in the spinbox so it looks better
with the new label.


Modified: trunk/src/gui/log/messagelog.ui
===================================================================
--- trunk/src/gui/log/messagelog.ui	2006-11-15 18:15:05 UTC (rev 1458)
+++ trunk/src/gui/log/messagelog.ui	2006-11-15 23:39:20 UTC (rev 1459)
@@ -577,7 +577,7 @@
            <widget class="QSpinBox" name="spnbxMaxCount" >
             <property name="minimumSize" >
              <size>
-              <width>100</width>
+              <width>50</width>
               <height>0</height>
              </size>
             </property>
@@ -593,8 +593,32 @@
             <property name="minimum" >
              <number>1</number>
             </property>
+            <property name="alignment" >
+             <set>Qt::AlignRight</set>
+            </property>
            </widget>
           </item>
+          <item>
+           <widget class="QLabel" name="lblNickname" >
+            <property name="font" >
+             <font>
+              <pointsize>10</pointsize>
+             </font>
+            </property>
+            <property name="contextMenuPolicy" >
+             <enum>Qt::NoContextMenu</enum>
+            </property>
+            <property name="text" >
+             <string>messages</string>
+            </property>
+            <property name="textFormat" >
+             <enum>Qt::AutoText</enum> 
+            </property>
+            <property name="alignment" >
+             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+            </property>
+           </widget>
+          </item>
          </layout>
         </widget>
        </item>