Skip to content

Set initial size corectly

Nate Graham requested to merge ngraham/dolphin:set-initial-size-correctly into master

The resize() that we do to set the initial size is working around a bug in frameworks that is going to be fixed soon. See frameworks/kxmlgui!53 (merged).

To test, Apply frameworks/kxmlgui!53 (merged) and remove all width and height related values in the [MainWindow] section of ~/.config/dolphinrc. Then launch Dolphin; the main window should be nice and big.

Edited by Nate Graham

Merge request reports