Commit 9fed092
authored
Implement DPI-aware divider sizing for WorkbenchPanel split panes (zaproxy#9044)
- Replace hardcoded divider sizes with DisplayUtils.getScaledSize() calls
- Use 8px for major vertical divider (status/work panels split)
- Use 6px for minor dividers (request/response and select/work splits)
- Improves UI scaling on high-DPI displays and different screen scaling settings
Signed-off-by: Wyatt Fry <wyattfry@gmail.com>1 parent 3a1e171 commit 9fed092
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
648 | 649 | | |
649 | 650 | | |
650 | 651 | | |
651 | | - | |
| 652 | + | |
652 | 653 | | |
653 | 654 | | |
654 | 655 | | |
| |||
1357 | 1358 | | |
1358 | 1359 | | |
1359 | 1360 | | |
1360 | | - | |
| 1361 | + | |
1361 | 1362 | | |
1362 | 1363 | | |
1363 | 1364 | | |
| |||
0 commit comments