This commit is contained in:
Raymond Penners 2003-10-18 20:45:15 +00:00
parent 52349beb92
commit bd40282903
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-10-18 Raymond Penners <raymond@dotsphinx.com> 2003-10-18 Raymond Penners <raymond@dotsphinx.com>
* src/Theme/gtk-2.0/gtkrc: "GtkToolBar" should read "GtkToolbar"
* src/*: Attempted to fix the grippers for the GNAT Programming * src/*: Attempted to fix the grippers for the GNAT Programming
System. Things behave a tiny bit better now. See #ifdef GNATS_HACK System. Things behave a tiny bit better now. See #ifdef GNATS_HACK

View File

@ -4,7 +4,7 @@ style "wimp-default"
GtkOptionMenu::indicator_size = { 9, 5 } GtkOptionMenu::indicator_size = { 9, 5 }
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 } GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
GtkMenuBar::shadow-type = etched-in GtkMenuBar::shadow-type = etched-in
GtkToolBar::shadow-type = etched-in GtkToolbar::shadow-type = etched-in
GtkHandleBox::shadow-type = none GtkHandleBox::shadow-type = none
GtkSpinButton::shadow-type = in GtkSpinButton::shadow-type = in