gtk-quartz-engine r23 - in trunk: . src theme
- From: rhult svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-quartz-engine r23 - in trunk: . src theme
- Date: Wed, 12 Nov 2008 13:33:48 +0000 (UTC)
Author: rhult
Date: Wed Nov 12 13:33:48 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/gtk-quartz-engine?rev=23&view=rev
Log:
Small uncommitted cleanups I had sitting around
Modified:
trunk/ChangeLog
trunk/src/quartz-style.c
trunk/theme/gtkrc
Modified: trunk/src/quartz-style.c
==============================================================================
--- trunk/src/quartz-style.c (original)
+++ trunk/src/quartz-style.c Wed Nov 12 13:33:48 2008
@@ -526,11 +526,6 @@
if (GTK_WIDGET_HAS_FOCUS (widget))
draw_info.adornment |= kThemeAdornmentFocus;
- /* FIXME: We should make the button "greyed out" when the window
- * doesn't have focus, but I can't see how it can be done (it's not
- * the same as insensitive).
- */
-
gtk_widget_style_get (widget,
"focus-line-width", &line_width,
NULL);
Modified: trunk/theme/gtkrc
==============================================================================
--- trunk/theme/gtkrc (original)
+++ trunk/theme/gtkrc Wed Nov 12 13:33:48 2008
@@ -32,8 +32,6 @@
GtkComboBox::appears-as-list = 0
GtkComboBox::focus-on-click = 0
- GtkComboBox::arrow-size = 0
- GtkComboBox::shadow-type = none
GtkNotebook::tab-curvature = 4
GtkNotebook::tab-overlap = 0
@@ -59,8 +57,6 @@
{
xthickness = 3
ythickness = 3
-
- engine "quartz" {}
}
widget_class "*Toolbar*" style "quartz-toolbar"
@@ -68,8 +64,6 @@
{
xthickness = 2
ythickness = 2
-
- engine "quartz" {}
}
widget_class "*.<GtkFrame>" style "quartz-frame"
@@ -77,7 +71,5 @@
{
xthickness = 2
ythickness = 2
-
- engine "quartz" {}
}
widget_class "*.<GtkScrolledWindow>" style "quartz-scrolled-window"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]