- Timestamp:
- Mar 25, 2009 2:51:12 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
r18259 r18261 323 323 mTwInterfaces->setFixedWidth (width); 324 324 mTwInterfaces->resizeColumnToContents (0); 325 #else /* Q_WS_MAC */ 326 mSpacer1->changeSize (0, 0, QSizePolicy::Ignored, QSizePolicy::Ignored); 325 mSpacer1->changeSize (0, 1, QSizePolicy::Expanding, QSizePolicy::Preferred); 327 326 #endif /* Q_WS_MAC */ 328 327 } -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsNetwork.ui
r18259 r18261 24 24 <x>0</x> 25 25 <y>0</y> 26 <width>2 86</width>27 <height>21 9</height>26 <width>218</width> 27 <height>216</height> 28 28 </rect> 29 29 </property> … … 127 127 </property> 128 128 <property name="sizeType"> 129 <enum>QSizePolicy:: Expanding</enum>129 <enum>QSizePolicy::Ignored</enum> 130 130 </property> 131 131 <property name="sizeHint" stdset="0">
Note:
See TracChangeset
for help on using the changeset viewer.