From f83ba7e6dd9a991298fa2f64923e54d283810ed7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 24 Sep 2008 23:53:24 +0000 Subject: do not draw any focus square around buttons --- control-center | 2 +- control-center.rc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/control-center b/control-center index b2251369..3ca3e576 100755 --- a/control-center +++ b/control-center @@ -678,7 +678,7 @@ gtkadd($window_global, 1, gtkpack_(Gtk2::HBox->new(0, 0), 1, $steps = gtknew('MDV_Notebook', parent_window => $window_global, children => [ #Layout Fixed # 145 is the vertical offset in order to be below the actual logo: - [ gtknew('VBox', spacing => 6, width => (192 - $offset), + [ gtknew('VBox', widget_name => 'focus', spacing => 6, width => (192 - $offset), children_tight => [ map { gtknew('HBox', spacing => 0, children => [ 1, $_, diff --git a/control-center.rc b/control-center.rc index 43f9f9f6..55b5f945 100644 --- a/control-center.rc +++ b/control-center.rc @@ -27,6 +27,9 @@ style "focus" { GtkWidget::interior_focus=0 + GtkWidget::focus-line-width=0 } class "GtkTextView" style "focus" +widget "*focus*" style "focus" + -- cgit v1.2.1