Changeset 289:1dfad04eb679 in qutecom-coip


Ignore:
Timestamp:
Jul 28, 2011 10:21:48 PM (22 months ago)
Author:
laurent <laurent@…>
Branch:
default
Message:

set minimum button size

Location:
gui/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gui/src/account/accountmonitoritem.ui

    r283 r289  
    4545   <item> 
    4646    <widget class="QPushButton" name="pushButtonPresence"> 
     47     <property name="minimumSize"> 
     48      <size> 
     49       <width>0</width> 
     50       <height>20</height> 
     51      </size> 
     52     </property> 
    4753     <property name="font"> 
    4854      <font> 
  • gui/src/profilebar/profilebar.ui

    r283 r289  
    9292          </sizepolicy> 
    9393         </property> 
     94         <property name="minimumSize"> 
     95          <size> 
     96           <width>0</width> 
     97           <height>20</height> 
     98          </size> 
     99         </property> 
    94100         <property name="font"> 
    95101          <font> 
     
    170176  <include location="../../resources/pix/pix.qrc"/> 
    171177  <include location="../../resources/pix/pix.qrc"/> 
     178  <include location="../../resources/pix/pix.qrc"/> 
    172179 </resources> 
    173180 <connections/> 
Note: See TracChangeset for help on using the changeset viewer.