- Timestamp:
- Mar 26, 2009 4:21:37 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp
r18303 r18325 251 251 Ui::VBoxGLSettingsNetwork::setupUi (this); 252 252 253 #ifdef Q_WS_MAC 254 /* Make shifting spacer for MAC as we have fixed-size networks list */ 255 QSpacerItem *shiftSpacer = 256 new QSpacerItem (0, 1, QSizePolicy::Expanding, QSizePolicy::Preferred); 257 QGridLayout *mainLayout = static_cast <QGridLayout*> (layout()); 258 mainLayout->addItem (shiftSpacer, 1, 4, 2); 259 #endif 260 253 261 /* Setup tree-widget */ 254 262 mTwInterfaces->header()->hide(); … … 329 337 mTwInterfaces->setFixedWidth (width); 330 338 mTwInterfaces->resizeColumnToContents (0); 331 mSpacer1->changeSize (0, 1, QSizePolicy::Expanding, QSizePolicy::Preferred);332 339 #endif /* Q_WS_MAC */ 333 340 } -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsNetwork.ui
r18261 r18325 45 45 </spacer> 46 46 </item> 47 <item row="0" column="1" colspan=" 4">47 <item row="0" column="1" colspan="3"> 48 48 <widget class="QLabel" name="mLbPageName"> 49 49 <property name="text"> … … 121 121 </spacer> 122 122 </item> 123 <item row="2" column="4"> 124 <spacer name="mSpacer1"> 125 <property name="orientation"> 126 <enum>Qt::Horizontal</enum> 127 </property> 128 <property name="sizeType"> 129 <enum>QSizePolicy::Ignored</enum> 130 </property> 131 <property name="sizeHint" stdset="0"> 132 <size> 133 <width>2</width> 134 <height>20</height> 135 </size> 136 </property> 137 </spacer> 138 </item> 139 <item row="3" column="2" colspan="3"> 123 <item row="3" column="2" colspan="2"> 140 124 <widget class="QLabel" name="mLbInfo"> 141 125 <property name="sizePolicy">
Note:
See TracChangeset
for help on using the changeset viewer.