updates: init, vulkan, editor, readme, documentation (#672)

This commit is contained in:
Turánszki János
2023-05-01 16:06:49 +02:00
committed by GitHub
parent e02ca53f99
commit 3369ede5de
6 changed files with 50 additions and 94 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ void VideoWindow::Create(EditorComponent* _editor)
{
editor = _editor;
wi::gui::Window::Create(ICON_VIDEO " Video", wi::gui::Window::WindowControls::COLLAPSE | wi::gui::Window::WindowControls::CLOSE);
SetSize(XMFLOAT2(440, 600));
SetSize(XMFLOAT2(440, 840));
closeButton.SetTooltip("Delete VideoComponent");
OnClose([=](wi::gui::EventArgs args) {
@@ -163,7 +163,7 @@ void VideoWindow::Create(EditorComponent* _editor)
AddWidget(&preview);
infoLabel.Create("");
infoLabel.SetSize(XMFLOAT2(800, 600));
infoLabel.SetSize(XMFLOAT2(800, 500));
AddWidget(&infoLabel);