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

[vidalia-svn] r2064: Stop mandating a font size of 10 everywhere. This looks crum (in trunk/src/gui: . about bwgraph config help/browser log network)



Author: edmanm
Date: 2007-10-22 20:20:25 -0400 (Mon, 22 Oct 2007)
New Revision: 2064

Modified:
   trunk/src/gui/about/aboutdialog.ui
   trunk/src/gui/bwgraph/bwgraph.ui
   trunk/src/gui/config/advancedpage.ui
   trunk/src/gui/config/appearancepage.ui
   trunk/src/gui/config/configdialog.ui
   trunk/src/gui/config/generalpage.ui
   trunk/src/gui/config/networkpage.ui
   trunk/src/gui/config/serverpage.ui
   trunk/src/gui/help/browser/helpbrowser.ui
   trunk/src/gui/log/messagelog.ui
   trunk/src/gui/mainwindow.ui
   trunk/src/gui/network/netviewer.ui
Log:
Stop mandating a font size of 10 everywhere. This looks crummy and inconsistent on Mac.

Modified: trunk/src/gui/about/aboutdialog.ui
===================================================================
--- trunk/src/gui/about/aboutdialog.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/about/aboutdialog.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -71,7 +71,6 @@
        <widget class="QLabel" name="lblVidalia" >
         <property name="font" >
          <font>
-          <pointsize>12</pointsize>
           <bold>true</bold>
          </font>
         </property>
@@ -85,11 +84,6 @@
       </item>
       <item>
        <widget class="QLabel" name="lblVidaliaVersion" >
-        <property name="font" >
-         <font>
-          <pointsize>10</pointsize>
-         </font>
-        </property>
         <property name="text" >
          <string>Vidalia Version</string>
         </property>
@@ -155,7 +149,6 @@
        <widget class="QLabel" name="lblQt" >
         <property name="font" >
          <font>
-          <pointsize>12</pointsize>
           <bold>true</bold>
          </font>
         </property>
@@ -169,11 +162,6 @@
       </item>
       <item>
        <widget class="QLabel" name="lblQtVersion" >
-        <property name="font" >
-         <font>
-          <pointsize>10</pointsize>
-         </font>
-        </property>
         <property name="text" >
          <string>Qt Version</string>
         </property>
@@ -239,7 +227,6 @@
        <widget class="QLabel" name="lblTor" >
         <property name="font" >
          <font>
-          <pointsize>12</pointsize>
           <bold>true</bold>
          </font>
         </property>
@@ -253,12 +240,6 @@
       </item>
       <item>
        <widget class="QLabel" name="lblTorVersion" >
-        <property name="font" >
-         <font>
-          <pointsize>10</pointsize>
-          <strikeout>false</strikeout>
-         </font>
-        </property>
         <property name="text" >
          <string>Tor Version</string>
         </property>

Modified: trunk/src/gui/bwgraph/bwgraph.ui
===================================================================
--- trunk/src/gui/bwgraph/bwgraph.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/bwgraph/bwgraph.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -9,11 +9,6 @@
     <height>138</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>
@@ -143,11 +138,6 @@
          </property>
          <item>
           <widget class="QCheckBox" name="chkReceiveRate" >
-           <property name="font" >
-            <font>
-             <pointsize>10</pointsize>
-            </font>
-           </property>
            <property name="contextMenuPolicy" >
             <enum>Qt::NoContextMenu</enum>
            </property>
@@ -167,11 +157,6 @@
          </item>
          <item>
           <widget class="QCheckBox" name="chkSendRate" >
-           <property name="font" >
-            <font>
-             <pointsize>10</pointsize>
-            </font>
-           </property>
            <property name="contextMenuPolicy" >
             <enum>Qt::NoContextMenu</enum>
            </property>
@@ -244,12 +229,7 @@
             </spacer>
            </item>
            <item>
-            <widget class="QLabel" name="label_2" >
-             <property name="font" >
-              <font>
-               <pointsize>10</pointsize>
-              </font>
-             </property>
+            <widget class="QLabel" name="lblGraphStyle" >
              <property name="text" >
               <string>Style</string>
              </property>

Modified: trunk/src/gui/config/advancedpage.ui
===================================================================
--- trunk/src/gui/config/advancedpage.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/advancedpage.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -9,11 +9,6 @@
     <height>543</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/config/appearancepage.ui
===================================================================
--- trunk/src/gui/config/appearancepage.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/appearancepage.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -12,11 +12,6 @@
     <height>395</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/config/configdialog.ui
===================================================================
--- trunk/src/gui/config/configdialog.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/configdialog.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -12,11 +12,6 @@
     <height>400</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/config/generalpage.ui
===================================================================
--- trunk/src/gui/config/generalpage.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/generalpage.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -12,11 +12,6 @@
     <height>543</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/config/networkpage.ui
===================================================================
--- trunk/src/gui/config/networkpage.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/networkpage.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -9,11 +9,6 @@
     <height>539</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/config/serverpage.ui
===================================================================
--- trunk/src/gui/config/serverpage.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/config/serverpage.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -9,11 +9,6 @@
     <height>329</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>

Modified: trunk/src/gui/help/browser/helpbrowser.ui
===================================================================
--- trunk/src/gui/help/browser/helpbrowser.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/help/browser/helpbrowser.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -26,11 +26,6 @@
     <height>0</height>
    </size>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>
@@ -150,11 +145,6 @@
          </item>
          <item>
           <widget class="QLabel" name="label" >
-           <property name="font" >
-            <font>
-             <pointsize>10</pointsize>
-            </font>
-           </property>
            <property name="contextMenuPolicy" >
             <enum>Qt::NoContextMenu</enum>
            </property>
@@ -496,11 +486,6 @@
    <property name="statusTip" >
     <string>Move to previous page (Backspace)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Backspace</string>
    </property>
@@ -515,11 +500,6 @@
    <property name="statusTip" >
     <string>Move to next page (Shift+Backspace)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Shift+Backspace</string>
    </property>
@@ -534,11 +514,6 @@
    <property name="statusTip" >
     <string>Move to the Home page (Ctrl+H)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+H</string>
    </property>
@@ -562,11 +537,6 @@
    <property name="statusTip" >
     <string>Search for a word or phrase on current page (Ctrl+F)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+F</string>
    </property>
@@ -581,11 +551,6 @@
    <property name="statusTip" >
     <string>Close Vidalia Help</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Esc</string>
    </property>

Modified: trunk/src/gui/log/messagelog.ui
===================================================================
--- trunk/src/gui/log/messagelog.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/log/messagelog.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -12,11 +12,6 @@
     <height>625</height>
    </rect>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>
@@ -335,11 +330,6 @@
           </item>
           <item>
            <widget class="QLabel" name="lblMessageCount" >
-            <property name="font" >
-             <font>
-              <pointsize>10</pointsize>
-             </font>
-            </property>
             <property name="contextMenuPolicy" >
              <enum>Qt::NoContextMenu</enum>
             </property>
@@ -464,11 +454,6 @@
    <property name="statusTip" >
     <string>Set message filters</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string/>
    </property>
@@ -480,11 +465,6 @@
    <property name="statusTip" >
     <string>Set maximum number of messages to display</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
   </action>
   <action name="actionClear" >
    <property name="icon" >
@@ -499,11 +479,6 @@
    <property name="statusTip" >
     <string>Clear all messages from the Message Log (Ctrl+E)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+E</string>
    </property>
@@ -524,11 +499,6 @@
    <property name="statusTip" >
     <string>Copy the selected messages to the clipboard (Ctrl+C)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+C</string>
    </property>
@@ -546,11 +516,6 @@
    <property name="statusTip" >
     <string>Select all messages (Ctrl+A)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+A</string>
    </property>
@@ -565,11 +530,6 @@
    <property name="statusTip" >
     <string>Save all messages to a file</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
   </action>
   <action name="actionSave_Selected" >
    <property name="icon" >
@@ -581,11 +541,6 @@
    <property name="statusTip" >
     <string>Save selected messages to a file</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
   </action>
   <action name="actionSettings" >
    <property name="checkable" >
@@ -600,11 +555,6 @@
    <property name="statusTip" >
     <string>Adjust Message Log Settings</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+T</string>
    </property>
@@ -619,11 +569,6 @@
    <property name="statusTip" >
     <string>Show the help browser</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>F1</string>
    </property>
@@ -638,11 +583,6 @@
    <property name="statusTip" >
     <string>Close the Message Log</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Esc</string>
    </property>
@@ -660,11 +600,6 @@
    <property name="statusTip" >
     <string>Find all messages containing the search text (Ctrl+F)</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut" >
     <string>Ctrl+F</string>
    </property>

Modified: trunk/src/gui/mainwindow.ui
===================================================================
--- trunk/src/gui/mainwindow.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/mainwindow.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -17,11 +17,6 @@
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="minimumSize" >
    <size>
     <width>445</width>

Modified: trunk/src/gui/network/netviewer.ui
===================================================================
--- trunk/src/gui/network/netviewer.ui	2007-10-22 22:25:39 UTC (rev 2063)
+++ trunk/src/gui/network/netviewer.ui	2007-10-23 00:20:25 UTC (rev 2064)
@@ -20,11 +20,6 @@
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
-  <property name="font" >
-   <font>
-    <pointsize>10</pointsize>
-   </font>
-  </property>
   <property name="contextMenuPolicy" >
    <enum>Qt::NoContextMenu</enum>
   </property>
@@ -258,11 +253,6 @@
    <property name="toolTip" >
     <string>Refresh the list of Tor relays and connections</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>Ctrl+R</string>
    </property>
@@ -280,11 +270,6 @@
    <property name="toolTip" >
     <string>Show the network map help</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>F1</string>
    </property>
@@ -302,11 +287,6 @@
    <property name="toolTip" >
     <string>Close the network map</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>Esc</string>
    </property>
@@ -324,11 +304,6 @@
    <property name="toolTip" >
     <string>Zoom in on the network map</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>+</string>
    </property>
@@ -346,11 +321,6 @@
    <property name="toolTip" >
     <string>Zoom out on the network map</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>-</string>
    </property>
@@ -368,11 +338,6 @@
    <property name="toolTip" >
     <string>Zooms to fit all currently displayed circuits</string>
    </property>
-   <property name="font" >
-    <font>
-     <pointsize>10</pointsize>
-    </font>
-   </property>
    <property name="shortcut">
     <string>Ctrl+Z</string>
    </property>