diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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, $_, |