made message window not resizeable, fixing issue #820
see http://bugs.campware.org/view.php?id=820
This commit is contained in:
parent
aaff869e77
commit
2719d93419
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue