Commit a8cd0393 authored by mercury233's avatar mercury233

update test tip

parent f6fd3903
...@@ -1445,7 +1445,8 @@ void Game::OnResize() { ...@@ -1445,7 +1445,8 @@ void Game::OnResize() {
gameConf.window_height = window_size.Height; gameConf.window_height = window_size.Height;
} }
wMainMenu->setRelativePosition(ResizeWin(370, 200, 950, 600)); recti menuposition = ResizeWin(370, 200, 650, 415);
wMainMenu->setRelativePosition(recti(menuposition.UpperLeftCorner.X, menuposition.UpperLeftCorner.Y, menuposition.LowerRightCorner.X + 300, menuposition.LowerRightCorner.Y + 185));
wDeckEdit->setRelativePosition(Resize(309, 8, 605, 130)); wDeckEdit->setRelativePosition(Resize(309, 8, 605, 130));
cbDBLFList->setRelativePosition(Resize(80, 5, 220, 30)); cbDBLFList->setRelativePosition(Resize(80, 5, 220, 30));
cbDBDecks->setRelativePosition(Resize(80, 35, 220, 60)); cbDBDecks->setRelativePosition(Resize(80, 35, 220, 60));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment