Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuria-Shikibe committed Dec 30, 2023
1 parent 39056fb commit ddf4a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void setupUITest(){
{
auto& cell2 = HUD->add(new UI::Table{});
cell2.item->color = Colors::GREEN;
cell2.setAlign(Align::Mode::bottom_left).setSizeScale(0.25f, 0.2f).setMargin(0, 10, 0, 10);
cell2.setAlign(Align::Mode::bottom_left).setSizeScale(0.25f, 0.2f).setMargin(0, 10, 10, 10);
cell2.clearRelativeMove();

UI::Table& table = cell2.as<UI::Table>();
Expand All @@ -167,7 +167,7 @@ void setupUITest(){
.setAlign(Align::Mode::bottom_left)
.setSizeScale(0.075f, 0.2f)
.setSrcScale(0.25f, 0.0f)
.setMargin(10, 0, 0, 10);
.setMargin(10, 0, 10, 10);
}

{
Expand Down
Binary file added resource/irrKlang.dll
Binary file not shown.

0 comments on commit ddf4a2d

Please sign in to comment.