We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea0ac8 commit 1bad9a2Copy full SHA for 1bad9a2
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java
@@ -380,7 +380,7 @@ public void pack () {
380
if (image != null || parent.sortColumn == this) {
381
Image headerImage = null;
382
if (parent.sortColumn == this && parent.sortDirection != SWT.NONE) {
383
- headerWidth += Tree.SORT_WIDTH;
+ headerWidth += Win32DPIUtils.pointToPixel(Tree.SORT_WIDTH, getZoom()) ;
384
} else {
385
headerImage = image;
386
}
0 commit comments