From a394ec03d798b45f6e7acc3f3498110115c5d12a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Feb 2004 09:33:20 +0000 Subject: ask gtk+ to draw focus around textview used in webicons --- control-center.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/control-center.rc b/control-center.rc index ee18b233..4a0ac6cc 100644 --- a/control-center.rc +++ b/control-center.rc @@ -31,4 +31,10 @@ style "mcc" # bg[PRELIGHT] = { 1.0, 1.0, 1.0 } } +style "focus" +{ + GtkWidget::interior_focus=0 +} + widget "*mcc*" style "mcc" +class "GtkTextView" style "focus" -- cgit v1.2.1