mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
rsx/overlays: Fix weird spacing with reset prompt
- Just post-rebase issues
This commit is contained in:
parent
53d3f49f45
commit
a318384142
1 changed files with 2 additions and 2 deletions
|
|
@ -322,7 +322,7 @@ namespace rsx
|
|||
{
|
||||
list_view::translate(_x, _y);
|
||||
|
||||
m_reset_btn.set_pos(x + w - 3 * (30 + 120), y + h + 20);
|
||||
m_reset_btn.set_pos(x + w - 3 * (50 + 120), y + h + 20);
|
||||
m_save_btn.set_pos(x + w - 2 * (30 + 120), y + h + 20);
|
||||
m_discard_btn.set_pos(x + w - (30 + 120), y + h + 20);
|
||||
}
|
||||
|
|
@ -336,7 +336,7 @@ namespace rsx
|
|||
entry->set_size(_w, entry->h);
|
||||
}
|
||||
|
||||
m_reset_btn.set_pos(x + w - 3 * (30 + 120), y + h + 20);
|
||||
m_reset_btn.set_pos(x + w - 3 * (50 + 120), y + h + 20);
|
||||
m_save_btn.set_pos(x + w - 2 * (30 + 120), y + h + 20);
|
||||
m_discard_btn.set_pos(x + w - (30 + 120), y + h + 20);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue