Skip to content

Instantly share code, notes, and snippets.

@Marax
Created January 29, 2013 20:33
Show Gist options
  • Save Marax/4667531 to your computer and use it in GitHub Desktop.
Save Marax/4667531 to your computer and use it in GitHub Desktop.
Úprava vzhledu Eclipse pro linux. Zmenší taby a změní barvu u tooltipů, aby byli čitelné. Stačí nakopírovat do home adresáře a restartovat eclipse. Zdroj: http://stackoverflow.com/questions/2743647/gigantic-tabs-in-eclipse-on-ubuntu
style "gtkcompact" {
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
GtkTreeView::vertical-separator=0
GtkTreeView::horizontal-separator=0
GtkTreeView::fixed-height-mode=TRUE
GtkWidget::focus_padding=0
}
class "GtkWidget" style "gtkcompact"
style "gnome-color-chooser-tooltips"
{
bg[NORMAL] = "#FFFFAF"
fg[NORMAL] = "#000000"
}
widget "gtk-tooltip*" style "gnome-color-chooser-tooltips"
style "compact-toolbar"
{
GtkToolbar::internal-padding = 0
xthickness = 1
ythickness = 1
}
class "GtkToolbar" style "compact-toolbar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment