swt - Eclipse RCP E4 Part Sash Container Default Minimum -
i have 2 parts in part sash, 1 having container data value of 500, other 9500. intentional create thin part use status window of sorts. upon application start-up sash sized properly, if sash divider bar moved pixel, sash jumps default minimum value; undesirable. using swt renderer , not javafx. embedding status window in trim bar out of question trim bar used other things (otherwise , forget resizing it).
question: there way change default minimum value or else can prevent jumping in sash size?
it looks minsashpercent value in org.eclipse.e4.ui.workbench.renderers.swt.sashlayout responsible this.
there doesn't appear way set this. have use custom renderer extending sashrenderer , use modified version of sashlayout class.
Comments
Post a Comment