Defining an initial start size for an RCP Application #2248
andrew-tram
started this conversation in
General
Replies: 1 comment
-
|
It depends on what you mean by customize, if you are defining an own Application model then you can of course just use other values for your window(s). If you are using the legacy application mode or want to be more flexible, you can define an Addon that change that size (e.g. depending on the monitor size). If you writing a plugin for an existing application (like Eclipse IDE) just be aware that the user might not be happy if you just override things or it might conflict with others |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions