Skip to content

[KIconDialog] Also apply edge padding vertically

Kai Uwe Broulik requested to merge work/kbroulik/verticaledgepad into master

Avoids contents sticking to the vertical borders but more importantly ensures that there aren't a few pixels of a fourth line of text drawn.


  • didn't notice any overdraw
  • descenders (lower part of "p", "y", etc) still render fine
  • Tested multiple icon sizes and 1x and 2x scaling

Before:

Screenshot_20211002_124942

After:

Screenshot_20211002_124936

Merge request reports