<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>3440&#215;1440 &#8211; Pauls Blog</title>
	<atom:link href="https://sterl.org/tag/3440x1440/feed/" rel="self" type="application/rss+xml" />
	<link>https://sterl.org</link>
	<description></description>
	<lastBuildDate>Sun, 15 Sep 2019 08:13:13 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Eclipse on a hight resolution screen</title>
		<link>https://sterl.org/2019/02/eclipse-on-a-hight-resolution-screen/</link>
					<comments>https://sterl.org/2019/02/eclipse-on-a-hight-resolution-screen/#respond</comments>
		
		<dc:creator><![CDATA[Paul Sterl]]></dc:creator>
		<pubDate>Fri, 15 Feb 2019 11:16:03 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[3440x1440]]></category>
		<category><![CDATA[4k]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[eclipse.ini]]></category>
		<guid isPermaLink="false">http://sterl.org/?p=281</guid>

					<description><![CDATA[Problem Nowadays we have a screen with a resolution of 2560&#215;1440 or 3440&#215;1440 4K. The problem with Eclipse is, that all the icons and buttons stay very tiny and are hard to interact with. Solution The easiest solution is to adjust the eclipse.ini or STS.ini with the following parameters at the end: Fixed 200% scale&#8230;]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Problem</h2>



<p>Nowadays we have a screen with a resolution of 2560&#215;1440 or 3440&#215;1440 4K. The problem with Eclipse is, that all the icons and buttons stay very tiny and are hard to interact with.</p>



<h2 class="wp-block-heading">Solution</h2>



<p>The easiest solution is to adjust the <code>eclipse.ini</code> or <code>STS.ini</code> with the following parameters at the end:</p>



<h3 class="wp-block-heading">Fixed 200% scale</h3>



<pre class="wp-block-code"><code>-Dswt.autoScale=200
-Dswt.autoScale.method=nearest</code></pre>



<h3 class="wp-block-heading">Autoscale based on screen resolution</h3>



<pre class="wp-block-code"><code>-Dswt.autoScale=quarter
-Dswt.autoScale.method=nearest</code></pre>



<h2 class="wp-block-heading">Links</h2>



<p><a href="https://www.eclipse.org/eclipse/news/4.6/platform.php#swt-autoscale-tweaks﻿">Eclipse documentation</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sterl.org/2019/02/eclipse-on-a-hight-resolution-screen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
