https://bugs.kde.org/show_bug.cgi?id=487438
Albert Vaca Cintora <albertv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kdeconnect-kde/-/commit | |/19763dbf463cf97f1865166701 | |32e372c70a9f9b Resolution|--- |FIXED --- Comment #3 from Albert Vaca Cintora <albertv...@gmail.com> --- Git commit 19763dbf463cf97f186516670132e372c70a9f9b by Albert Vaca Cintora, on behalf of Christoph Wolk. Committed on 05/08/2024 at 22:06. Pushed by albertvaka into branch 'master'. plugins/runcommand: use Kirigami.Dialog The "Add Command" dialog in the settings for the Run Command plugin looks rather broken at the moment, as the size is not explicitly set and the default value ends up much smaller than the contents. It uses QQC2.Dialog, even though the plugin makes heavy use of Kirigami. Using Kirigami.dialog here would solve the sizing issue, and generally lead to a more consistent interface. This change makes the plugin use Kirigami.Dialog instead of QQC2. M +2 -1 plugins/runcommand/kdeconnect_runcommand_config.qml https://invent.kde.org/network/kdeconnect-kde/-/commit/19763dbf463cf97f186516670132e372c70a9f9b -- You are receiving this mail because: You are watching all bug changes.