Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gamespage_details_subheader - margin fix #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions resource/layout/gamespage_details_subheader.layout
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@
{
render_bg
{
0="fill( x0 + 2, y0 + 2, x1 + 2, y1 - 2, BlackTr )"
1="dashedrect( x0 + 2, y0 + 2, x1 + 2, y1 - 2, Black )"
// English
0="fill( x0 + 2, y0 + 2, x1 + 2, y1 - 6, BlackTr )"
1="dashedrect( x0 + 2, y0 + 2, x1 + 2, y1 - 6, Black )"

// Korean
// 0="fill( x0 + 2, y0 + 2, x1 + 2, y1 - 9, BlackTr )"
// 1="dashedrect( x0 + 2, y0 + 2, x1 + 2, y1 - 9, Black )"
}
}

Expand Down Expand Up @@ -67,7 +72,7 @@
region=header
dir=right
align=middle
margin-top=-3
margin-top=-4
margin-left=10
margin-right=0
spacing=10
Expand Down