解決ubuntu 下eclipse標題欄字體特大

一、在終端上輸入:
gedit ~/.gtkrc-2.0
二、在其中輸入以下代碼保存後重啓eclipse便可
style "compact-toolbar"
{
	GtkToolbar::internal-padding = 0
	xthickness = 1
	ythickness = 1
}

style "compact-button"
{
	xthickness = 0
	ythickness = 0
}

class "GtkToolbar"   				style "compact-toolbar" 
widget_class "*<GtkToolbar>*<GtkButton>"	style "compact-button"
相關文章
相關標籤/搜索