GUI improvements. Positions of grid and output are reverted

This commit is contained in:
2015-06-19 13:14:57 +03:00
parent 378655c361
commit f3748c1e95
4 changed files with 60 additions and 57 deletions

View File

@@ -45,8 +45,8 @@ class VMainFrame : public wxFrame
wxMenu* miHelp;
wxTextCtrl* tPath;
wxButton* bPath;
wxTextCtrl* tOutput;
wxStaticBitmap* bPreview;
wxTextCtrl* tOutput;
wxButton* bGenerate;