当前位置: 代码迷 >> Eclipse >> 让Eclipse在Ubuntu停看起来更舒服
  详细解决方案

让Eclipse在Ubuntu停看起来更舒服

热度:10   发布时间:2016-04-23 13:10:24.0
让Eclipse在Ubuntu下看起来更舒服
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"

place this in the ~/.gtkrc-2.0 file
-----------------
Thanks to Azuma59.
  相关解决方案