|
@@ -33,10 +33,9 @@ void HomeView::initialize()
|
|
|
void HomeView::initLayout()
|
|
|
{
|
|
|
m_vBoxLayout->setAlignment(Qt::AlignTop | Qt::AlignLeft);
|
|
|
- m_vBoxLayout->setContentsMargins(100, 10, 0, 0);
|
|
|
+ m_vBoxLayout->setContentsMargins(15, 10, 0, 0);
|
|
|
m_vBoxLayout->addLayout(m_hBoxLayout);
|
|
|
|
|
|
- m_hBoxLayout->addSpacing(10);
|
|
|
m_hBoxLayout->addWidget(m_titleLabel);
|
|
|
m_hBoxLayout->addSpacing(15);
|
|
|
m_hBoxLayout->addWidget(m_searchLineEdit, 0, Qt::AlignLeft);
|