Changeset 10796
- Timestamp:
- 07/22/08 09:55:37 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox4/src/QIDialog.cpp
r10787 r10796 43 43 { 44 44 adjustSize(); 45 setFixedSize (size Hint());45 setFixedSize (size()); 46 46 #ifdef Q_WS_MAC 47 47 ChangeWindowAttributes (::darwinToWindowRef (this), kWindowNoAttributes, kWindowResizableAttribute); trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsUSBFilterDetails.cpp
r10728 r10796 50 50 /* Applying language settings */ 51 51 retranslateUi(); 52 53 adjustSize();54 52 55 #ifdef Q_WS_MAC 53 resize (minimumSize()); 56 54 setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed); 57 setFixedSize (minimumSize());58 #endif /* Q_WS_MAC */59 55 } 60 56 trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSBFilterDetails.ui
r10728 r10796 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>3 25</width>26 <height>36 0</height>25 <width>350</width> 26 <height>363</height> 27 27 </rect> 28 28 </property> 29 29 <property name="minimumSize" > 30 30 <size> 31 <width>3 25</width>31 <width>350</width> 32 32 <height>0</height> 33 33 </size>

