summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
-rw-r--r--control-center.rc3
2 files changed, 4 insertions, 1 deletions
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"
+