Skip to content

Reduce minimum size of QML GHNS dialog window

Kirigami.Units.gridUnit * 65 x Kirigami.Units.gridUnit * 40 evaluates to 1170 x 720, which is pretty huge with the default font size, and even bigger for a larger font. It doesn't need to be that big to be usable; let's reduce it a bit.

Merge request reports