~ubuntu-branches/ubuntu/breezy/gimp/breezy

« back to all changes in this revision

Viewing changes to themes/Small/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-10-04 19:04:46 UTC
  • Revision ID: james.westby@ubuntu.com-20051004190446-ukh32kwk56s4sjhu
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
 
2
#
 
3
# include "rc-file"
 
4
#
 
5
# style <name> [= <name>]
 
6
# {
 
7
#   <option>
 
8
# }
 
9
#
 
10
# widget <widget_set>       style <style_name>
 
11
# class  <widget_class_set> style <style_name>
 
12
 
 
13
 
 
14
style "gimp-default-style"
 
15
{
 
16
  stock["gtk-dialog-error"] =
 
17
    {
 
18
      { "../Default/images/stock-error-64.png", *, *, "gtk-dialog" }
 
19
    }
 
20
  stock["gtk-dialog-info"] =
 
21
    {
 
22
      { "../Default/images/stock-info-64.png", *, *, "gtk-dialog" }
 
23
    }
 
24
  stock["gtk-dialog-question"] =
 
25
    {
 
26
      { "../Default/images/stock-question-64.png", *, *, "gtk-dialog" }
 
27
    }
 
28
  stock["gtk-dialog-warning"] =
 
29
    {
 
30
      { "../Default/images/stock-warning-64.png", *, *, "gtk-dialog" }
 
31
    }
 
32
 
 
33
  font_name = "sans 8"
 
34
 
 
35
# Enabling the following line for some reason breaks toolbox resize
 
36
# increment calculation. You can enable it to get an even smaller GUI
 
37
# but need to restart GIMP after the theme change.
 
38
#
 
39
# GtkWidget::focus_padding         = 0
 
40
 
 
41
  GtkOptionMenu::indicator_size    = { 5, 11 }
 
42
  GtkOptionMenu::indicator_spacing = { 4, 3, 1, 1 }
 
43
 
 
44
  GtkPaned::handle_size             = 5
 
45
  GimpDock::separator_height        = 5
 
46
  GimpDock::default_height          = 240
 
47
  GimpImageDock::minimal_width      = 200
 
48
  GimpImageDock::menu_preview_size  = small-toolbar
 
49
  GimpToolbox::tool_icon_size       = menu
 
50
  GimpToolbox::button_relief        = none
 
51
  GimpDockbook::tab_border          = 0
 
52
  GimpDockbook::tab_icon_size       = menu
 
53
  GimpColorNotebook::tab_border     = 0
 
54
  GimpColorNotebook::tab_icon_size  = menu
 
55
  GimpDockable::content_border      = 1
 
56
  GimpEditor::content_spacing       = 1
 
57
  GimpEditor::button_spacing        = 1
 
58
  GimpEditor::button_icon_size      = menu
 
59
  GimpFrame::label_spacing          = 2
 
60
  GtkDialog::content_area_border    = 0
 
61
  GtkDialog::button_spacing         = 6
 
62
  GtkDialog::action_area_border     = 12
 
63
  GimpUnitComboBox::appears_as_list = 0
 
64
}
 
65
 
 
66
class "GtkWidget" style "gimp-default-style"
 
67
 
 
68
 
 
69
style "gimp-tool-dialog-style" = "gimp-default-style"
 
70
{
 
71
  GtkDialog::action_area_border = 6
 
72
}
 
73
 
 
74
class "GimpToolDialog" style "gimp-tool-dialog-style"
 
75
 
 
76
 
 
77
style "gimp-grid-view-style" = "gimp-default-style"
 
78
{
 
79
  bg[NORMAL] = { 1.0, 1.0, 1.0 }
 
80
}
 
81
 
 
82
widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style"
 
83
 
 
84
 
 
85
style "gimp-dockable-style" = "gimp-default-style"
 
86
{
 
87
  GimpFrame::label_bold         = 0
 
88
  GtkButton::focus_line_width   = 0
 
89
  GtkButton::focus_line_padding = 0
 
90
}
 
91
 
 
92
widget "*GimpDockable.*" style "gimp-dockable-style"