Changeset 106526 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 20, 2024 2:49:45 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.cpp
r106061 r106526 100 100 *********************************************************************************************************************************/ 101 101 102 # ifdef VBOX_WS_MAC 102 103 /* From: src/gui/styles/qmacstyle_mac.cpp */ 103 104 static const int PushButtonLeftOffset = 6; … … 105 106 static const int PushButtonRightOffset = 12; 106 107 static const int PushButtonBottomOffset = 4; 108 # endif 107 109 108 110 UIHelpButton::UIHelpButton(QWidget *pParent /* = 0 */)
Note:
See TracChangeset
for help on using the changeset viewer.