Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 980:66da6f009edd osx-retina
Tighten spacing around sides of property box on OS/X
author | Chris Cannam |
---|---|
date | Tue, 30 Jun 2015 14:14:34 +0100 |
parents | 8744bb5d9fd0 |
children | 3f5c82034f9b |
comparison
equal
deleted
inserted
replaced
972:1011ffb1b6d5 | 980:66da6f009edd |
---|---|
48 #if (QT_VERSION >= 0x0402) | 48 #if (QT_VERSION >= 0x0402) |
49 setElideMode(Qt::ElideNone); | 49 setElideMode(Qt::ElideNone); |
50 tabBar()->setUsesScrollButtons(true); | 50 tabBar()->setUsesScrollButtons(true); |
51 tabBar()->setIconSize(QSize(16, 16)); | 51 tabBar()->setIconSize(QSize(16, 16)); |
52 #endif | 52 #endif |
53 | 53 |
54 repopulate(); | 54 repopulate(); |
55 | 55 |
56 connect(this, SIGNAL(currentChanged(int)), | 56 connect(this, SIGNAL(currentChanged(int)), |
57 this, SLOT(selectedContainerChanged(int))); | 57 this, SLOT(selectedContainerChanged(int))); |
58 | 58 |