[Pkg-sugar-commit] [sugar-artwork] 03/04: Theme ScrolledWindow frame - SL #3561

Jonas Smedegaard dr at jones.dk
Mon Apr 20 08:34:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.96.4
in repository sugar-artwork.

commit 924f96904c41af01d04bf650130da4a4ff138bfb
Author: Manuel Quiñones <manuq at laptop.org>
Date:   Thu Jun 14 18:39:05 2012 -0300

    Theme ScrolledWindow frame - SL #3561
    
    This makes a border (the frame) visible around a ScrolledWindow, when
    it is set via ScrolledWindow.set_shadow_type(Gtk.ShadowType).  If it's
    not set, the result is the same as without this patch.
    
    Signed-off-by: Manuel Quiñones <manuq at laptop.org>
    Acked-by: Simon Schampijer <simon at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index f31b64e..bf4ecd6 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -252,6 +252,16 @@ GtkToggleButton.button:active GtkLabel {
     color: @black;
 }
 
+/* Frames */
+
+GtkScrolledWindow.frame {
+    border-style: solid;
+    border-color: @selection_grey;
+    border-width: $(thickness)px;
+    border-radius: 0;
+    padding: $(default_padding)px;
+}
+
 /* Combo boxes */
 
 GtkComboBox * {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-artwork.git



More information about the pkg-sugar-commit mailing list