LINUX下最佳化eclipse介面

來源:互聯網
上載者:User
Linux 下最佳化Eclipse介面

這個方式是修改gtk設定,如果覺得大小有問題,可以手動修改配置

開啟終端

~$gedit .gtkrc-2.0 

然後將以下內容粘帖到gedit裡面,儲存即可

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

style "gtkcompactextra" {
xthickness=0
ythickness=0
}
class "GtkButton" style "gtkcompactextra"
class "GtkToolbar" style "gtkcompactextra"
class "GtkPaned" style "gtkcompactextra"

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.