made message window not resizeable, fixing issue #820

see http://bugs.campware.org/view.php?id=820
This commit is contained in:
maroy 2005-04-15 16:54:44 +00:00
parent aaff869e77
commit 2719d93419

View file

@ -22,7 +22,7 @@
Author : $Author: maroy $ Author : $Author: maroy $
Version : $Revision: 1.1 $ Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/MessageWindow.cxx,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/MessageWindow.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -58,7 +58,8 @@ MessageWindow :: MessageWindow (Ptr<Glib::ustring>::Ref message)
throw () throw ()
: WhiteWindow(*message, : WhiteWindow(*message,
Colors::White, Colors::White,
WidgetFactory::getInstance()->getWhiteWindowCorners()) WidgetFactory::getInstance()->getWhiteWindowCorners(),
false)
{ {
Ptr<WidgetFactory>::Ref widgetFactory = WidgetFactory::getInstance(); Ptr<WidgetFactory>::Ref widgetFactory = WidgetFactory::getInstance();