improved Master Panel now playing looks, fixing bug 1012
This commit is contained in:
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 |
|
@ -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<GLiveSupport>::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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue