Skip to content

Fix some visual bugs of the KillDialog

David Redondo requested to merge work/davidre/killdialog into master
  • padding between icon and separator by using standard delegates instead of custom ones
  • proper button icon sizes, the icons are in a layout and should not specify their size
  • add a bit more padding between checkbox and its label
  • wrap the checkbox text by using a RowLayout as contentItem of the footer BUG: 433751

Before:Screenshot_2021-03-02_17_10_49

After: Screenshot_2021-03-02_17_10_13

Edited by David Redondo

Merge request reports