Changeset 68176 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 29, 2017 3:50:25 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp ¶
r68166 r68176 424 424 /* Configure layout: */ 425 425 m_pLayout->setSpacing(0); 426 m_pLayout->setContentsMargins( 5, 5, 5, 5);426 m_pLayout->setContentsMargins(0, 10, 0, 10); 427 427 428 428 // TODO: Workout stretch at the and as well,
Note:
See TracChangeset
for help on using the changeset viewer.