diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-01 08:47:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-01 08:47:36 +0000 |
commit | 2630943eb30fb7a94680e7afb6e1d070718c9811 (patch) | |
tree | 205200c8e9a8f1f4986ed3117c150f332fb51bef /tests/testgtkrc | |
parent | 9205edae41b7fdcdda29e8a47739c56f34834f0f (diff) | |
download | gtk+-2630943eb30fb7a94680e7afb6e1d070718c9811.tar.gz |
gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
Sun Mar 1 03:20:39 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
Turned off debugging in gtktext.c
Bug fixes for cutting, pasting, deleting, etc.
Some of the bugs that were there before have definitely
been fixed.
* gtk/testgtk.c gtk/testgtkrc: Removed my ugly orange backgrounds,
to make things look nicer.
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index f81bf3fb1a..6d61ecbd76 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -12,8 +12,8 @@ pixmap_path "." style "default" { - fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*" - base[NORMAL] = { 1.0, 0.8, 0.8 } + fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*" +# base[NORMAL] = { 1.0, 0.8, 0.8 } } style "window" |