Merge pull request #4281 from offhub/fix021

improves BoxImageWindow layout
This commit is contained in:
DavidXanatos 2024-10-05 20:56:06 +02:00 committed by GitHub
commit dcd66811bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)