mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
rsx/overlays: Fix weird spacing with reset prompt
- Just post-rebase issues
This commit is contained in:
parent
53d3f49f45
commit
a318384142
@ -322,7 +322,7 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
list_view::translate(_x, _y);
|
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_save_btn.set_pos(x + w - 2 * (30 + 120), y + h + 20);
|
||||||
m_discard_btn.set_pos(x + w - (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);
|
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_save_btn.set_pos(x + w - 2 * (30 + 120), y + h + 20);
|
||||||
m_discard_btn.set_pos(x + w - (30 + 120), y + h + 20);
|
m_discard_btn.set_pos(x + w - (30 + 120), y + h + 20);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user