mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Made sizeHint const.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c94c3a0f1c
commit
9fcfc51228
@ -50,7 +50,7 @@ void QDialogView::show()
|
||||
build();
|
||||
}
|
||||
|
||||
QSize sizeHint = form()->sizeHint();
|
||||
QSize const sizeHint = form()->sizeHint();
|
||||
if (sizeHint.height() >= 0 && sizeHint.width() >= 0)
|
||||
form()->setMinimumSize(sizeHint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user