made Master Panel buttons equal in size; see bug #1015

This commit is contained in:
fgerlits 2005-06-02 15:56:07 +00:00
parent 429272e59d
commit ee12addf39
2 changed files with 5 additions and 4 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.35 $
Version : $Revision: 1.36 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx,v $
------------------------------------------------------------------------------*/
@ -110,6 +110,7 @@ MasterPanelWindow :: MasterPanelWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
bottomBar = Gtk::manage(new Gtk::Table());
bottomBar->set_size_request(-1, 30);
buttonBar = Gtk::manage(new Gtk::Table());
buttonBar->set_homogeneous();
buttonBarAlignment = Gtk::manage(new Gtk::Alignment(Gtk::ALIGN_LEFT,
Gtk::ALIGN_CENTER,
0, 0));

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.19 $
Version : $Revision: 1.20 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/MasterPanelWindow.h,v $
------------------------------------------------------------------------------*/
@ -92,7 +92,7 @@ using namespace LiveSupport::Widgets;
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.19 $
* @version $Revision: 1.20 $
*/
class MasterPanelWindow : public Gtk::Window, public LocalizedObject
{
@ -161,7 +161,7 @@ class MasterPanelWindow : public Gtk::Window, public LocalizedObject
/**
* The user info widget.
*/
MasterPanelUserInfoWidget * userInfoWidget;
MasterPanelUserInfoWidget * userInfoWidget;
/**
* The radio logo.