Merge pull request #4281 from offhub/fix021
improves BoxImageWindow layout
This commit is contained in:
commit
dcd66811bf
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue