[gnome-themes-standard] Add theming for GtkFrame
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Add theming for GtkFrame
- Date: Fri, 17 Aug 2012 15:09:00 +0000 (UTC)
commit db35be2213e33cb43fe41234be3ee673223672aa
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Jul 4 16:48:45 2012 -0400
Add theming for GtkFrame
We don't want them to be rendered by the default GTK engine.
themes/Adwaita/gtk-2.0/gtkrc | 39 ++++++++++++++++++++++++++++++---------
1 files changed, 30 insertions(+), 9 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 3e6a9c7..1a972e8 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1312,16 +1312,36 @@ style "treeview"
style "scrolled_window"
{
- engine "pixmap"
+ xthickness = 1
+ ythickness = 1
+
+ engine "pixmap"
{
- image
- {
- function = SHADOW
- file = "Shadows/frame.png"
- border = { 5, 5, 5, 5 }
- stretch = TRUE
- }
- }
+ image
+ {
+ function = SHADOW
+ file = "Shadows/frame.png"
+ border = { 5, 5, 5, 5 }
+ stretch = TRUE
+ }
+ }
+}
+
+style "frame"
+{
+ xthickness = 1
+ ythickness = 1
+
+ engine "pixmap"
+ {
+ image
+ {
+ function = SHADOW
+ file = "Shadows/frame.png"
+ border = { 1, 1, 1, 1 }
+ stretch = TRUE
+ }
+ }
}
style "tooltips"
@@ -1379,6 +1399,7 @@ class "GtkRange" style "range"
class "GtkProgressBar" style "progressbar"
class "GtkSeparatorMenuItem" style "separator_menu_item"
class "GtkScrolledWindow" style "scrolled_window"
+class "GtkFrame" style "frame"
class "ChromeGtkFrame" style "chrome-gtk-frame"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]