fix layout 2

Improves the dialog layout for the BoxImageWindow.
This commit is contained in:
offhub 2024-10-03 23:11:44 +03:00
parent 142456f1c8
commit 19625f4e2a
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<width>520</width>
<height>307</height>
</rect>
</property>
@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>500</width>
<width>520</width>
<height>0</height>
</size>
</property>

View File

@ -99,6 +99,9 @@ CBoxImageWindow::CBoxImageWindow(EAction Action, QWidget *parent)
}
//restoreGeometry(theConf->GetBlob("BoxImageWindow/Window_Geometry"));
// Adjust the size of the dialog
this->adjustSize();
}
void CBoxImageWindow::SetForce(bool force)