Changeset 243

Show
Ignore:
Timestamp:
02/07/06 00:57:17 (3 years ago)
Author:
edmanm
Message:

Today's magic number, boys and girls, is 30. 30 pixels is the minimum height
of a button for it to appear correctly on Mac.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/bwgraph/bwgraph.ui

    r241 r243  
    99    <x>0</x> 
    1010    <y>0</y> 
    11     <width>358</width> 
    12     <height>243</height> 
     11    <width>366</width> 
     12    <height>259</height> 
    1313   </rect> 
    1414  </property> 
     
    296296  </property> 
    297297  <property name="windowIcon" > 
    298    <iconset resource="..\res\vidalia.qrc" >:/images/tor_logo16.png</iconset> 
     298   <iconset/> 
    299299  </property> 
    300300  <property name="sizeGripEnabled" > 
     
    435435     <item> 
    436436      <widget class="QPushButton" name="btnToggleSettings" > 
    437        <property name="sizePolicy" > 
    438         <sizepolicy> 
    439          <hsizetype>13</hsizetype> 
    440          <vsizetype>13</vsizetype> 
    441          <horstretch>0</horstretch> 
    442          <verstretch>0</verstretch> 
    443         </sizepolicy> 
    444        </property> 
    445        <property name="minimumSize" > 
    446         <size> 
    447          <width>94</width> 
    448          <height>27</height> 
    449         </size> 
    450        </property> 
    451        <property name="maximumSize" > 
    452         <size> 
    453          <width>94</width> 
    454          <height>27</height> 
    455         </size> 
    456        </property> 
    457        <property name="font" > 
    458         <font> 
    459          <family>Arial</family> 
    460          <pointsize>10</pointsize> 
    461          <weight>50</weight> 
    462          <italic>false</italic> 
    463          <bold>false</bold> 
    464          <underline>false</underline> 
    465          <strikeout>false</strikeout> 
    466         </font> 
    467        </property> 
    468        <property name="contextMenuPolicy" > 
    469         <enum>Qt::NoContextMenu</enum> 
    470        </property> 
    471        <property name="toolTip" > 
    472         <string>Toggles Properties menu</string> 
    473        </property> 
    474437       <property name="text" > 
    475438        <string>Show Settings</string> 
     
    477440       <property name="checkable" > 
    478441        <bool>true</bool> 
    479        </property> 
    480        <property name="checked" > 
    481         <bool>false</bool> 
    482442       </property> 
    483443      </widget> 
     
    490450       <property name="sizeHint" > 
    491451        <size> 
    492          <width>151</width> 
    493          <height>29</height> 
     452         <width>40</width> 
     453         <height>20</height> 
    494454        </size> 
    495455       </property> 
     
    498458     <item> 
    499459      <widget class="QPushButton" name="btnReset" > 
    500        <property name="sizePolicy" > 
    501         <sizepolicy> 
    502          <hsizetype>13</hsizetype> 
    503          <vsizetype>13</vsizetype> 
    504          <horstretch>0</horstretch> 
    505          <verstretch>0</verstretch> 
    506         </sizepolicy> 
    507        </property> 
    508        <property name="minimumSize" > 
    509         <size> 
    510          <width>90</width> 
    511          <height>27</height> 
    512         </size> 
    513        </property> 
    514        <property name="maximumSize" > 
    515         <size> 
    516          <width>90</width> 
    517          <height>27</height> 
    518         </size> 
    519        </property> 
    520        <property name="font" > 
    521         <font> 
    522          <family>Arial</family> 
    523          <pointsize>10</pointsize> 
    524          <weight>50</weight> 
    525          <italic>false</italic> 
    526          <bold>false</bold> 
    527          <underline>false</underline> 
    528          <strikeout>false</strikeout> 
    529         </font> 
    530        </property> 
    531        <property name="contextMenuPolicy" > 
    532         <enum>Qt::NoContextMenu</enum> 
    533        </property> 
    534        <property name="toolTip" > 
    535         <string>Resets the Sent/Received Statistics</string> 
    536        </property> 
    537460       <property name="text" > 
    538461        <string>Reset</string> 
     
    814737        </property> 
    815738        <property name="spacing" > 
    816          <number>6</number> 
     739         <number>1</number> 
    817740        </property> 
    818741        <item> 
    819742         <widget class="QPushButton" name="btnSaveSettings" > 
    820           <property name="sizePolicy" > 
    821            <sizepolicy> 
    822             <hsizetype>13</hsizetype> 
    823             <vsizetype>13</vsizetype> 
    824             <horstretch>0</horstretch> 
    825             <verstretch>0</verstretch> 
    826            </sizepolicy> 
    827           </property> 
    828           <property name="minimumSize" > 
    829            <size> 
    830             <width>75</width> 
    831             <height>21</height> 
    832            </size> 
    833           </property> 
    834           <property name="maximumSize" > 
    835            <size> 
    836             <width>75</width> 
    837             <height>21</height> 
    838            </size> 
    839           </property> 
    840           <property name="contextMenuPolicy" > 
    841            <enum>Qt::NoContextMenu</enum> 
    842           </property> 
    843743          <property name="text" > 
    844744           <string>Save</string> 
     
    848748        <item> 
    849749         <widget class="QPushButton" name="btnCancelSettings" > 
    850           <property name="sizePolicy" > 
    851            <sizepolicy> 
    852             <hsizetype>13</hsizetype> 
    853             <vsizetype>13</vsizetype> 
    854             <horstretch>0</horstretch> 
    855             <verstretch>0</verstretch> 
    856            </sizepolicy> 
    857           </property> 
    858           <property name="minimumSize" > 
    859            <size> 
    860             <width>75</width> 
    861             <height>21</height> 
    862            </size> 
    863           </property> 
    864           <property name="maximumSize" > 
    865            <size> 
    866             <width>75</width> 
    867             <height>21</height> 
    868            </size> 
    869           </property> 
    870           <property name="contextMenuPolicy" > 
    871            <enum>Qt::NoContextMenu</enum> 
    872           </property> 
    873750          <property name="text" > 
    874751           <string>Cancel</string>