Is there a way to customize the starting size of an RCP application? I'm guessing the starting size is defined here:
|
<children xsi:type="basic:TrimmedWindow" xmi:id="IDEWindow" elementId="IDEWindow" label="%trimmedwindow.label.eclipseSDK" width="1024" height="768"> |
With monitors and screens trending past 1080p, it'd be interesting to mess with default values to see how it looks.
Is there a way to customize the starting size of an RCP application? I'm guessing the starting size is defined here:
eclipse.platform/platform/org.eclipse.platform/LegacyIDE.e4xmi
Line 3 in a97efae
With monitors and screens trending past 1080p, it'd be interesting to mess with default values to see how it looks.