improved Master Panel now playing looks, fixing bug 1012

This commit is contained in:
fgerlits 2005-06-13 18:36:28 +00:00
parent 0873b4bbe1
commit 8d0c291845
2 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -93,8 +93,11 @@ MasterPanelWindow :: MasterPanelWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
// set up the now playing widget // set up the now playing widget
nowPlayingWidget = Gtk::manage(new NowPlaying(gLiveSupport, bundle)); 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 = Gtk::manage(widgetFactory->createDarkBlueBin());
nowPlayingBin->add(*nowPlayingWidget); nowPlayingBin->add(*nowPlayingAlignment);
nowPlayingBin->set_size_request(-1, 104); nowPlayingBin->set_size_request(-1, 104);
// set up the VU meter widget // set up the VU meter widget