Skip to content

Commit

Permalink
Corrected UI element placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Mar 3, 2024
1 parent 61972c4 commit 9967444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6382,7 +6382,7 @@ SKIF_UI_Tab_DrawLibrary (void)
}

else {
ImGui::SetCursorPosY (fTop2.y + (sizeList.y * SKIF_ImGui_GlobalDPIScale) - (fTop3.y - fTop1.y) + ImGui::GetStyle().FrameBorderSize); // Technically 1 px off when not using borders
ImGui::SetCursorPosY (fTop2.y + (sizeList.y * SKIF_ImGui_GlobalDPIScale) - (fTop3.y - fTop1.y) + ImGui::GetStyle().FrameBorderSize * 2.0f); // Technically 1 px off when not using borders
}

#pragma region GameDetails
Expand Down

0 comments on commit 9967444

Please sign in to comment.