lxqt / lxqt-config

Tools to configure LXQt and the underlying operating system
https://lxqt.github.io
GNU Lesser General Public License v2.1
86 stars 60 forks source link

Fixed the size of monitor dialog #1046

Closed tsujan closed 2 months ago

tsujan commented 2 months ago

As a side note, every change should be checked under both X11 and Wayland, even if it seems elementary. In this case QWidget::adjustSize() didn't have effect under Wayland, and that made me think that the dialog should be resized correctly under X11 too, while it wasn't.