gtk-engines r1208 - in trunk: . engines/clearlooks/src engines/smooth/src/engine themes/Clearlooks/gtk-2.0
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1208 - in trunk: . engines/clearlooks/src engines/smooth/src/engine themes/Clearlooks/gtk-2.0
- Date: Thu, 29 May 2008 16:12:26 +0000 (UTC)
Author: acimitan
Date: Thu May 29 16:12:25 2008
New Revision: 1208
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1208&view=rev
Log:
2008-05-29 Andrea Cimitan <andrea cimitan gmail com>
* engines/clearlooks/src/clearlooks_style.c
(clearlooks_style_draw_shadow):
* themes/Clearlooks/gtk-2.0/gtkrc:
Changes menuitem separator height from 5 to 7
Modified:
trunk/ChangeLog
trunk/engines/clearlooks/src/clearlooks_style.c
trunk/engines/smooth/src/engine/smooth_gtk2_rc.c
trunk/themes/Clearlooks/gtk-2.0/gtkrc
Modified: trunk/engines/clearlooks/src/clearlooks_style.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_style.c (original)
+++ trunk/engines/clearlooks/src/clearlooks_style.c Thu May 29 16:12:25 2008
@@ -198,7 +198,7 @@
STYLE_FUNCTION (draw_statusbar) (cr, colors, ¶ms,
x, y, width, height);
}
- else if (DETAIL ("frame"))
+ else if (DETAIL ("frame") || DETAIL ("calendar"))
{
WidgetParameters params;
FrameParameters frame;
Modified: trunk/engines/smooth/src/engine/smooth_gtk2_rc.c
==============================================================================
--- trunk/engines/smooth/src/engine/smooth_gtk2_rc.c (original)
+++ trunk/engines/smooth/src/engine/smooth_gtk2_rc.c Thu May 29 16:12:25 2008
@@ -247,8 +247,8 @@
/* backward compatibility for <=0.5.4 */
case TOKEN_DEPRECATED_TABSTYLE:
- Token = smooth_rc_parse_custom_enum(Scanner, TOKEN_DEPRECATED_TABSTYLE, SmoothTranslateTabStyleName, DEFAULT_TABSTYLE,
- &THEME_PART(&SMOOTH_RC_DATA(Style)->tabs)->style);
+ Token = smooth_rc_parse_custom_enum(Scanner, TOKEN_DEPRECATED_TABSTYLE, SmoothTranslateTabStyleName, DEFAULT_TABSTYLE,
+ &THEME_PART(&SMOOTH_RC_DATA(Style)->tabs)->style);
break;
/* backward compatibility for <=0.5.0 */
Modified: trunk/themes/Clearlooks/gtk-2.0/gtkrc
==============================================================================
--- trunk/themes/Clearlooks/gtk-2.0/gtkrc (original)
+++ trunk/themes/Clearlooks/gtk-2.0/gtkrc Thu May 29 16:12:25 2008
@@ -144,7 +144,7 @@
# There is no other way to get the odd height ...
GtkWidget::wide-separators = 1
GtkWidget::separator-width = 1
- GtkWidget::separator-height = 5
+ GtkWidget::separator-height = 7
xthickness = 1
ythickness = 0
}
@@ -300,6 +300,7 @@
class "GtkRange" style "clearlooks-wide"
class "GtkFrame" style "clearlooks-wide"
class "GtkSeparator" style "clearlooks-wide"
+class "GtkCalendar" style "clearlooks-wide"
class "GtkEntry" style "clearlooks-wider"
class "GtkSpinButton" style "clearlooks-spinbutton"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]