Skip to content

Commit

Permalink
Change position of Resolution in Full Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored Aug 7, 2024
1 parent 5aeb14c commit d2f1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modes/Full.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class FullOverlay : public tsl::Gui {
renderer->drawString(FPS_var_compressed_c, false, offset, 120, 20, renderer->a(0xFFFF));
}
if ((settings.showRES == true) && *API_shared == 1) {
width_offset = 200;
width_offset = 170;
renderer->drawString("Resolution:", false, COMMON_MARGIN + width_offset, 185, 20, renderer->a(0xFFFF));
renderer->drawString(Resolutions_c, false, COMMON_MARGIN + width_offset, 205, 20, renderer->a(0xFFFF));
}
Expand Down

0 comments on commit d2f1338

Please sign in to comment.