summaryrefslogtreecommitdiff
path: root/task05_3D/Guschin
diff options
context:
space:
mode:
Diffstat (limited to 'task05_3D/Guschin')
-rw-r--r--task05_3D/Guschin/MyForm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/task05_3D/Guschin/MyForm.h b/task05_3D/Guschin/MyForm.h
index 0809914..b36ec18 100644
--- a/task05_3D/Guschin/MyForm.h
+++ b/task05_3D/Guschin/MyForm.h
@@ -46,8 +46,9 @@ namespace Guschin {
this->AutoScaleDimensions = System::Drawing::SizeF(8, 16);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(737, 686);
+ this->DoubleBuffered = true;
this->KeyPreview = true;
- this->Margin = System::Windows::Forms::Padding(4, 4, 4, 4);
+ this->Margin = System::Windows::Forms::Padding(4);
this->Name = L"MyForm";
this->Text = L"MyForm";
this->Load += gcnew System::EventHandler(this, &MyForm::MyForm_Load);