-->

How do I set the height or width of TrimBar?

2019-08-05 09:09发布

问题:

I have a TrimBar which configured as below

How can I change the TrimBar width or height ?

回答1:

The TrimBar adjust to accomodate its contents.

You can add margins around the contents using CSS like:

.MTrimBar ToolBar
{
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;    
}


标签: eclipse e4