Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jun 6, 2024
1 parent 043f921 commit 202c7c3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ ImVec2 ImGuiLayout::getAbsoluteSizePadding() {
return ImVec2(position.x + size.x - paddingRight, position.y + size.y - paddingBottom);
}

ImVec2 ImGuiLayout::getContentSizePadding() {
return ImVec2(contentSize.x - paddingRight, contentSize.y - paddingBottom);
}

ImVec2 ImGuiLayout::getPositionPadding() {
return ImVec2(position.x + paddingLeft, position.y + paddingTop);
}
Expand Down

0 comments on commit 202c7c3

Please sign in to comment.