chengxr 1 년 전
부모
커밋
27395e81f8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      QFD/view/HomeView.cpp

+ 1 - 2
QFD/view/HomeView.cpp

@@ -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);