感谢支持
我们一直在努力

Linux下Eclipse界面优化方案

~/.gtkrc-2.0


文件中输入以下内容:


style “gtkcompact” {
  font_name=”Dejavu Sans 9″
  GtkButton::default_border={0,0,0,0}
  GtkButton::default_outside_border={0,0,0,0}
  GtkButtonBox::child_min_width=0
  GtkButtonBox::child_min_heigth=0
  GtkButtonBox::child_internal_pad_x=0
  GtkButtonBox::child_internal_pad_y=0
  GtkMenu::vertical-padding=0
  GtkMenuBar::internal_padding=0
  GtkMenuItem::horizontal_padding=3
  GtkToolbar::internal-padding=0
  GtkToolbar::space-size=0
  GtkOptionMenu::indicator_size=0
  GtkOptionMenu::indicator_spacing=0
  GtkPaned::handle_size=3
  GtkRange::trough_border=0
  GtkRange::stepper_spacing=0
  GtkScale::value_spacing=0
  GtkScrolledWindow::scrollbar_spacing=0
  GtkExpander::expander_size=8
  GtkExpander::expander_spacing=0
  GtkTreeView::vertical-separator=0
  GtkTreeView::horizontal-separator=0
  GtkTreeView::expander-size=7
  GtkTreeView::fixed-height-mode=TRUE
  GtkWidget::focus_padding=0
}
class “GtkWidget” style “gtkcompact”


style “gtkcompactextra” {
  xthickness=0
  ythickness=0
}


class “GtkButton” style “gtkcompactextra”
class “GtkToolbar” style “gtkcompactextra”
class “GtkPaned” style “gtkcompactextra”

赞(0) 打赏
转载请注明出处:服务器评测 » Linux下Eclipse界面优化方案
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏