summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a2554915..a7a3426a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
- handle --save-html-pages in order to debug HTML pages generated by
mcc
+- make focus be visible
+- show right items as white
Version 11 - 24 September 2008, Thierry Vignaud
diff --git a/control-center b/control-center
index 6cd3f48b..d3f3ca19 100755
--- a/control-center
+++ b/control-center
@@ -692,7 +692,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', widget_name => 'focus', spacing => 6, width => (192 - $offset),
+ [ gtknew('VBox', widget_name => 'Steps', spacing => 6, width => (192 - $offset),
children_tight => [ map {
gtknew('HBox', spacing => 0, children => [
1, $_,