But there is another mistake if you apply the rule as shown below:
.MPartStack { swt-maximize-visible: true; swt-minimize-visible: false; }
- The Minimize button is initially hidden.
- If you maximize the stack of elements, the Minimize button is now displayed, and you can really minimize the stack of parts.
MinMaxAddon#setCTFButtons(..) does not take into account what is said in the css rule, which always show the Minimize button for a maximized stack of elements.
source share