default GraphicMessageBox size adjusted

This commit is contained in:
titiger 2014-12-18 01:11:06 +01:00
parent a9cac6a3c1
commit 5b82859e92
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ bool GraphicListBox::mouseClick(int x, int y,string advanceToItemStartingWith) {
// class GraphicMessageBox
// =====================================================
const int GraphicMessageBox::defH= 300;
const int GraphicMessageBox::defH= 280;
const int GraphicMessageBox::defW= 350;
GraphicMessageBox::GraphicMessageBox(std::string containerName, std::string objName) :