mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 03:39:48 +03:00
Light theme has been added
This commit is contained in:
@@ -40,7 +40,7 @@ ObjectBrowser::ObjectBrowser(QWidget *parent)
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
setLayout(layout);
|
||||
layout->setMargin(2);
|
||||
layout->setMargin(Const::DOCKWIDGET_MARGINS);
|
||||
m_treeView = new QTreeWidget(this);
|
||||
layout->addWidget(m_treeView);
|
||||
m_treeView->headerItem()->setText(0,tr("Objects"));
|
||||
|
Reference in New Issue
Block a user