From bea4c3e84a4273fb3ec9ef8b58e0e631d8ed2023 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 6 May 2008 14:38:08 +0000 Subject: [PATCH] PAL19680 Meshers: BLSURF, GHS3D and holed shapes addmissing "Megabytes" label --- src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index 770aba2..fde9f30 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -147,6 +147,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame() myInitialMemorySpin->setMinValue( 1 ); myInitialMemorySpin->setMaxValue( maxAvailableMemory() ); myInitialMemorySpin->setLineStep( 10 ); + QLabel* aMegabyteLabel2 = new QLabel( tr("MEGABYTE"), anAdvFrame); QLabel* aWorkinDirLabel = new QLabel( tr( "WORKING_DIR" ), anAdvFrame ); QPushButton* dirBtn = new QPushButton( tr( "SELECT_DIR"), anAdvFrame, "dirBtn"); @@ -175,7 +176,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame() anAdvLayout->addWidget(myInitialMemoryCheck, 1, 0); anAdvLayout->addWidget(myInitialMemorySpin, 1, 1); - anAdvLayout->addWidget(aMegabyteLabel, 1, 2); + anAdvLayout->addWidget(aMegabyteLabel2, 1, 2); anAdvLayout->addWidget(aWorkinDirLabel, 2, 0); anAdvLayout->addWidget(dirBtn, 2, 1); -- 2.39.2