Add some spacing between property panel buttons

This commit is contained in:
Christophe Dumez 2012-06-28 18:26:43 +03:00
parent 5cc4f31b4b
commit e1933e9382

View file

@ -39,6 +39,7 @@
PropTabBar::PropTabBar(QWidget *parent) :
QHBoxLayout(parent), m_currentIndex(-1)
{
setSpacing(2);
m_btnGroup = new QButtonGroup(this);
// General tab
QPushButton *main_infos_button = new QPushButton(IconProvider::instance()->getIcon("document-properties"), tr("General"), parent);