With SmartGit 26.1 we changed from deactivated auto-scaling to SWT's
auto-scaling. This has one immediate consequence: for 150% monitor zoom the
100% zoom images are used instead of the 200% zoom images like in previous
SmartGit versions. To work-around this, you can set the system property
"swt.autoScale" to "200", e.g. by adding following line to
smartgit.properties in the SmartGit settings directory (see About dialog):

swt.autoScale=200
