Changeset 68179 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 29, 2017 4:27:40 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp
r68176 r68179 251 251 252 252 /* Configure layout: */ 253 m_pLayout->setContentsMargins(iMargin , 0, iMargin, 0);253 m_pLayout->setContentsMargins(iMargin + iSpacing, 0, iMargin, 0); 254 254 m_pLayout->setSpacing(iSpacing); 255 255
Note:
See TracChangeset
for help on using the changeset viewer.