Commit 78d499e
Scale Tree.SORT_WIDTH by zoom level instead of using fixed pixels
The Tree.SORT_WIDTH constant specifies the extra width added to a column
when a sort column is set (`setSortColumn`). This reserves space for the
sort indicator. Previously, it was defined as a fixed pixel.1 parent d6709a4 commit 78d499e
File tree
1 file changed
+1
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments