From 695303e9eb23ddf6c7549d0ffbbd2090b718cc68 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 13 Jan 2009 15:50:07 +0000 Subject: Add everything needed for the colorpicker. That is a small icon and a bit in the gtkrc. --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 5a4078f..f22a3e8 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -822,6 +822,7 @@ widget_class "*." style "hscrollbar-scrolled-w # Toolbar widget_class "**" style "toolbutton" +widget_class "**" style "toolbutton" widget_class "**" style "separatortoolbutton" widget_class "*" style "toolbar" diff --git a/icons/scalable/control/Makefile.am b/icons/scalable/control/Makefile.am index e194cdb..965423f 100644 --- a/icons/scalable/control/Makefile.am +++ b/icons/scalable/control/Makefile.am @@ -3,7 +3,8 @@ category=control icondir = $(datadir)/icons/sugar/$(iconsize)/$(category) icon_DATA = \ - control-popup-arrow.svg + control-popup-arrow.svg \ + color-preview.svg EXTRA_DIST = $(icon_DATA) diff --git a/icons/scalable/control/color-preview.svg b/icons/scalable/control/color-preview.svg new file mode 100644 index 0000000..c33f554 --- /dev/null +++ b/icons/scalable/control/color-preview.svg @@ -0,0 +1,17 @@ + + +]> + + + + + + + + + + + + + \ No newline at end of file -- cgit v0.9.1