mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Add some spacing between property panel buttons
This commit is contained in:
parent
5cc4f31b4b
commit
e1933e9382
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
PropTabBar::PropTabBar(QWidget *parent) :
|
PropTabBar::PropTabBar(QWidget *parent) :
|
||||||
QHBoxLayout(parent), m_currentIndex(-1)
|
QHBoxLayout(parent), m_currentIndex(-1)
|
||||||
{
|
{
|
||||||
|
setSpacing(2);
|
||||||
m_btnGroup = new QButtonGroup(this);
|
m_btnGroup = new QButtonGroup(this);
|
||||||
// General tab
|
// General tab
|
||||||
QPushButton *main_infos_button = new QPushButton(IconProvider::instance()->getIcon("document-properties"), tr("General"), parent);
|
QPushButton *main_infos_button = new QPushButton(IconProvider::instance()->getIcon("document-properties"), tr("General"), parent);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue