diff --git a/livesupport/modules/widgets/var/darkBlueBin/top.png b/livesupport/modules/widgets/var/darkBlueBin/top.png index 89f8a583b..df1c5d45a 100644 Binary files a/livesupport/modules/widgets/var/darkBlueBin/top.png and b/livesupport/modules/widgets/var/darkBlueBin/top.png differ diff --git a/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx b/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx index 802eab9dc..8c375ea93 100644 --- a/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx +++ b/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.39 $ + Version : $Revision: 1.40 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx,v $ ------------------------------------------------------------------------------*/ @@ -93,8 +93,11 @@ MasterPanelWindow :: MasterPanelWindow (Ptr::Ref gLiveSupport, // set up the now playing widget nowPlayingWidget = Gtk::manage(new NowPlaying(gLiveSupport, bundle)); + Gtk::Alignment * nowPlayingAlignment = Gtk::manage(new Gtk::Alignment( + 0.0, 0.7, 1.0, 0.0 )); + nowPlayingAlignment->add(*nowPlayingWidget); nowPlayingBin = Gtk::manage(widgetFactory->createDarkBlueBin()); - nowPlayingBin->add(*nowPlayingWidget); + nowPlayingBin->add(*nowPlayingAlignment); nowPlayingBin->set_size_request(-1, 104); // set up the VU meter widget