From d31d935522ee8bd1f2e6a0fd3b34e8ceae975a9e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 28 Jun 2012 18:26:43 +0300 Subject: [PATCH] Add some spacing between property panel buttons --- src/properties/proptabbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/properties/proptabbar.cpp b/src/properties/proptabbar.cpp index 65aa5af39..4b34eb962 100644 --- a/src/properties/proptabbar.cpp +++ b/src/properties/proptabbar.cpp @@ -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);