Commit 5ce73fc
committed
Fix remaining HiDPI issues: font size and delegate sizeHint
- plugindetailswidget: replace hardcoded 'font-size: 14px' CSS with
relative font sizing using QFont.setPointSizeF (1.2x base size)
- match_quality_column: derive sizeHint from icon dimensions instead
of hardcoded QSize(57, 16)1 parent c630616 commit 5ce73fc
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments