[tor-commits] [vidalia/alpha] Center the "Connected to the Tor network" message

chiiph at torproject.org chiiph at torproject.org
Sat May 21 15:51:49 UTC 2011


commit d0006e5c991740954a04b5f110a72d6dde3481ae
Author: Tomas Touceda <chiiph at gentoo.org>
Date:   Sat May 21 12:50:32 2011 -0300

    Center the "Connected to the Tor network" message
---
 src/vidalia/StatusTab.ui |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/src/vidalia/StatusTab.ui b/src/vidalia/StatusTab.ui
index a89f303..746a54f 100644
--- a/src/vidalia/StatusTab.ui
+++ b/src/vidalia/StatusTab.ui
@@ -22,20 +22,46 @@
      <layout class="QGridLayout" name="gridLayout_4">
       <item row="0" column="0">
        <layout class="QGridLayout" name="gridLayout_2">
-        <item row="0" column="0">
+        <item row="0" column="1">
          <widget class="QLabel" name="lblTorStatusImg">
           <property name="text">
            <string notr="true"/>
           </property>
          </widget>
         </item>
-        <item row="0" column="1">
+        <item row="0" column="2">
          <widget class="QLabel" name="lblTorStatus">
           <property name="text">
            <string notr="true">Tor is not running</string>
           </property>
          </widget>
         </item>
+        <item row="0" column="0">
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" >
+           <size>
+            <width>40</width>
+            <height>0</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item row="0" column="3">
+         <spacer name="horizontalSpacer_2">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" >
+           <size>
+            <width>40</width>
+            <height>0</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
        </layout>
       </item>
       <item row="1" column="0">



More information about the tor-commits mailing list