settings -> configure window to small
Closed, ResolvedPublic

Description

The "Project defaults" window is to small. We should make the "Configure - Kdenlive" window in general a bit bigger. See screenshot in Bug 387503

I assume the settings are in: src\kdenlive\src\ui

emohr created this task.Jan 7 2019, 5:23 PM

Wasn't as easy I thought it would be ;) The "Configure Kdenlive" dialog is borrowed from the Kconfig dependency so it doesn't have an ui file in the source code of Kdenlive.
Since this is a framework/dependency related "bug", I figured it would have appeared in other KDE products as well and after some hunting - I found this revision on Plasma.

I basically implemented what they came to conclusion to, in /dialogs/kdenlivesettingsdialog.cpp
And it works out successfully. We can adjust the size if we want by adjusting the parameters, but I find the dialog now perfectly sized.

mardelle closed this task as Resolved.Jan 14 2019, 5:09 PM
mardelle added a subscriber: mardelle.

committed now in git, thanks