Community
Participate
Working Groups
Created attachment 199624 [details] Screenshot of app with default l&f & custome l&f When resizing my application the logo on the left hand size move at over the subapplication switcher(tabs). In the attachment is a screenshot of the app in default riena l&f and a custom one Look&feel settings TITLELESS_SHELL_VERTICAL_LOGO_POSITION:SWT.BOTTOM TITLELESS_SHELL_VERTICAL_LOGO_MARGIN:0 TITLELESS_SHELL_HORIZONTAL_LOGO_POSITION:SWT.LEFT SUB_APPLICATION_SWITCHER_HORIZONTAL_TAB_POSITION:SWT.CENTER;
What is your expectation here ? What would you rather want see than this ? If you make a screen smaller and smaller eventually the logo will overlap the application switcher. There is a way to give your app a minimum size. That way you cannot resize the frame to a width smaller than the minimum. You do that by passing an argument -Driena.application.minimum.width=800 (or whatever that minimum is) and then that will not happen. (you can also set a minimum height with -Driena.application.minimum.height, or default sizes with riena.application.height and riena.application.width) Would that solve your problem ?
(In reply to comment #1) > What is your expectation here ? What would you rather want see than this ? If > you make a screen smaller and smaller eventually the logo will overlap the > application switcher. There is a way to give your app a minimum size. That way > you cannot resize the frame to a width smaller than the minimum. > > You do that by passing an argument -Driena.application.minimum.width=800 (or > whatever that minimum is) and then that will not happen. (you can also set a > minimum height with -Driena.application.minimum.height, or default sizes with > riena.application.height and riena.application.width) > > Would that solve your problem ? Thanks for the prompt reply. Sure setting a minimum size would solve the problem(but just temporary). The issue is not the resizing of the application, I would obtain the same problem with more tabs expanding into the region of the logo. What I would expect is the logo zu remain in the background.
Marking this as duplicate. Please comment on the already existing bug 269344. *** This bug has been marked as a duplicate of bug 269344 ***