FFileDialog geometry fix

This commit is contained in:
Markus Gans 2019-01-27 22:19:33 +01:00
parent 96cdaa2450
commit bd4d8bd3a2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ inline void FFileDialog::widgetSettings (const FPoint& pos)
open.setText ("&Open");
open.setGeometry(FPoint(30, 10), FSize(9, 1));
setPos (pos);
setGeometry (pos, getSize());
}
//----------------------------------------------------------------------