Changeset e1901193c03cff2dfeca1c00f4c856d569317fc7

Show
Ignore:
Timestamp:
06/25/08 06:34:28 (2 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1214368468 -0700
git-parent:

[8313bcef7ecfad913eefa5c30f7e5641d2b74664]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1214368468 -0700
Message:

Very small fixes on UI.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/ui/open_capture.ui

    r2d22d0e re190119  
    88    <y>0</y> 
    99    <width>358</width> 
    10     <height>163</height> 
     10    <height>177</height> 
    1111   </rect> 
    1212  </property> 
     
    5353    </widget> 
    5454   </item> 
    55    <item row="4" column="0" > 
     55   <item row="5" column="0" colspan="4" > 
     56    <spacer> 
     57     <property name="orientation" > 
     58      <enum>Qt::Vertical</enum> 
     59     </property> 
     60     <property name="sizeType" > 
     61      <enum>QSizePolicy::MinimumExpanding</enum> 
     62     </property> 
     63     <property name="sizeHint" stdset="0" > 
     64      <size> 
     65       <width>20</width> 
     66       <height>30</height> 
     67      </size> 
     68     </property> 
     69    </spacer> 
     70   </item> 
     71   <item row="4" column="3" > 
    5672    <widget class="QPushButton" name="advancedButton" > 
    5773     <property name="toolTip" > 
     
    6379    </widget> 
    6480   </item> 
    65    <item row="5" column="0" colspan="4" > 
    66     <spacer> 
    67      <property name="orientation" > 
    68       <enum>Qt::Vertical</enum> 
    69      </property> 
    70      <property name="sizeType" > 
    71       <enum>QSizePolicy::MinimumExpanding</enum> 
    72      </property> 
    73      <property name="sizeHint" > 
    74       <size> 
    75        <width>20</width> 
    76        <height>30</height> 
    77       </size> 
    78      </property> 
    79     </spacer> 
    80    </item> 
    8181  </layout> 
    8282 </widget> 
  • modules/gui/qt4/ui/open_net.ui

    r3de5c39 re190119  
    8080       <widget class="QLineEdit" name="addressText" > 
    8181        <property name="toolTip" > 
    82          <string>_("Enter the URL of the network stream here,\nwith or without the protocol.")</string> 
     82         <string>_("Enter the URL of the network stream here, 
     83with or without the protocol.")</string> 
    8384        </property> 
    8485       </widget>