知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Ubuntu安装Eclipse工具栏

发布时间:2014-09-05 15:40:36作者:知识屋


Ubuntu安装Eclipse工具栏
 
cd  ~/.gtkrc-2.0(创建)
添加以下内容  www.zhishiwu.com  
Java代码  
style "gtkcompact" {  
font_name="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=1  
GtkMenuBar::internal_padding=0  
GtkMenuItem::horizontal_padding=4  
GtkToolbar::internal-padding=0  
GtkToolbar::space-size=0  
GtkOptionMenu::indicator_size=0  
GtkOptionMenu::indicator_spacing=0  
GtkPaned::handle_size=4  
GtkRange::trough_border=0  
GtkRange::stepper_spacing=0  
GtkScale::value_spacing=0  
GtkScrolledWindow::scrollbar_spacing=0  
GtkExpander::expander_size=10  
GtkExpander::expander_spacing=0  
GtkTreeView::vertical-separator=0  
GtkTreeView::horizontal-separator=0  
GtkTreeView::expander-size=8  
GtkTreeView::fixed-height-mode=TRUE  
GtkWidget::focus_padding=0  
}  
class "GtkWidget" style "gtkcompact"  
style "gtkcompactextra" {  
xthickness=1  
ythickness=1  
}  
class "GtkButton" style "gtkcompactextra"  
class "GtkToolbar" style "gtkcompactextra"  
class "GtkPaned" style "gtkcompactextra"  
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜