mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
8 lines
89 B
C++
8 lines
89 B
C++
#include "VegaMain.h"
|
|
|
|
|
|
VegaTab4::VegaTab4()
|
|
{
|
|
CtrlLayout(*this);
|
|
SizePos();
|
|
}
|