mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
overlays: fix home menu entry center alignment
This commit is contained in:
parent
e064380a7d
commit
53f81ce9c7
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ namespace rsx
|
||||||
static_cast<vertical_layout*>(text_stack.get())->add_element(padding);
|
static_cast<vertical_layout*>(text_stack.get())->add_element(padding);
|
||||||
static_cast<vertical_layout*>(text_stack.get())->add_element(title);
|
static_cast<vertical_layout*>(text_stack.get())->add_element(title);
|
||||||
|
|
||||||
// Pack
|
|
||||||
this->pack_padding = 15;
|
|
||||||
add_element(text_stack);
|
add_element(text_stack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue