~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to themes/Small/gtkrc

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  GtkOptionMenu::indicator-spacing = { 4, 3, 1, 1 }
45
45
 
46
46
  GtkPaned::handle-size             = 5
47
 
  GimpDock::default-height          = 240
 
47
  GimpDockWindow::default-height    = 240
48
48
  GimpDock::font-scale              = 0.8333
49
 
  GimpDockSeparator::height         = 5
50
49
  GimpMenuDock::minimal-width       = 200
51
 
  GimpMenuDock::menu-preview-size   = small-toolbar
52
 
  GimpToolbox::tool-icon-size       = menu
53
 
  GimpToolbox::button-relief        = none
 
50
  GimpDockWindow::menu-preview-size = small-toolbar
 
51
  GimpToolPalette::tool-icon-size   = menu
 
52
  GimpToolPalette::button-relief    = none
54
53
  GimpDockbook::tab-border          = 0
55
54
  GimpDockbook::tab-icon-size       = menu
56
55
  GimpColorNotebook::tab-border     = 0
57
56
  GimpColorNotebook::tab-icon-size  = menu
 
57
  GimpDeviceEditor::handle-size     = 12
58
58
  GimpDockable::content-border      = 1
59
59
  GimpEditor::content-spacing       = 1
60
60
  GimpEditor::button-spacing        = 1
108
108
}
109
109
 
110
110
widget "*GimpDisplayShell.*" style "gimp-display-style"
 
111
 
 
112
 
 
113
style "gimp-overlay-style" = "gimp-display-style"
 
114
{
 
115
  GtkButton::focus-line_width = 1
 
116
}
 
117
 
 
118
widget_class "*<GimpOverlayFrame>*" style "gimp-overlay-style"