Gigantic Tabs in Eclipse on Ubuntu

前端 未结 6 1802
耶瑟儿~
耶瑟儿~ 2020-12-04 13:54

EDIT: For anyone coming to this question through searching, you can install a Gnome Theme called Clearlooks Compact to shorten your tabs in Eclipse. This will free up a

6条回答
  •  借酒劲吻你
    2020-12-04 14:19

    In Addition to Ronans answer, it is possible to change the height of the tabs directly in Eclipse Juno.

    edit the css file of your current style (e.g. e4_default_gtk.css) and add

    CTabFolder {
       tab-height: 16px;
    }
    

    Note: CTabFolder ... not add this to CTabFolder Canvas!

提交回复
热议问题