Changeset 47945 in vbox for trunk/src/VBox
- Timestamp:
- Aug 21, 2013 7:49:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.cpp
r47847 r47945 92 92 /* Configure layout: */ 93 93 pMainLayout->setContentsMargins(0, 0, 0, 0); 94 pMainLayout->setSpacing(10); 94 95 /* Add left stretch: */ 95 96 pMainLayout->addStretch(); … … 105 106 /* Configure layout: */ 106 107 m_pIconLayout->setContentsMargins(0, 0, 0, 0); 108 m_pIconLayout->setSpacing(6); 107 109 /* Add into main-layout: */ 108 110 pMainLayout->addLayout(m_pIconLayout);
Note:
See TracChangeset
for help on using the changeset viewer.