forked from openkylin/qt5-ukui-platformtheme
设置filedialog侧边栏最小宽度
This commit is contained in:
parent
306ac8e2ae
commit
eca73264f6
|
@ -322,6 +322,7 @@ void Ui_KyFileDialog::initModeMenu(QDialog *mKyFileDialog)
|
|||
void Ui_KyFileDialog::initSiderBar(QDialog *mKyFileDialog)
|
||||
{
|
||||
m_siderWidget = new QWidget(this);
|
||||
m_siderWidget->setMinimumWidth(144);
|
||||
m_siderLayout = new QVBoxLayout();
|
||||
m_siderLayout->setContentsMargins(0,0,0,0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue