From ee12addf39659f8fa8e7c2eb87627f96aa967560 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 2 Jun 2005 15:56:07 +0000 Subject: [PATCH] made Master Panel buttons equal in size; see bug #1015 --- livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx | 3 ++- livesupport/products/gLiveSupport/src/MasterPanelWindow.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx b/livesupport/products/gLiveSupport/src/MasterPanelWindow.cxx index a82faf33f..16b85f2b1 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.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::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)); diff --git a/livesupport/products/gLiveSupport/src/MasterPanelWindow.h b/livesupport/products/gLiveSupport/src/MasterPanelWindow.h index f1348d1e9..85c2a9e58 100644 --- a/livesupport/products/gLiveSupport/src/MasterPanelWindow.h +++ b/livesupport/products/gLiveSupport/src/MasterPanelWindow.h @@ -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; * * * @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.