Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Fix layout for new beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Myth committed Nov 2, 2022
1 parent e1f2655 commit 1dda918
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 32 deletions.
43 changes: 43 additions & 0 deletions resource/layout/login_dialog.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
"resource/layout/login_dialog.layout"
{
controls
{
LoginDialog { controlname="Frame" title="#Steam_Login_Title" style="LoginDialog" }
HTMLRoot { controlname=HTML style="HTMLRoot" }
}

styles
{
LoginDialog
{
bgcolor="JackMyth.Login.BGTop"
minimum-width = 705
minimum-height = 596
}

HTML
{
inset="1 1 1 1"
render_bg
{
0="fill( x0, y0, x1, y1, Login.BGTop )"
}
}
}

layout
{
region { name="root" y=0 x=0 width=max height=max }

place
{
control=HTMLRoot
region=root
x=0
y=26
width=max
height=max
}
}
}

32 changes: 1 addition & 31 deletions resource/styles/jackmyth.styles
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jackmyth.styles
JackMyth.LittleTranslucent180Inverse="0 0 0 180"
JackMyth.DownloadProgress="0 120 255 100"
JackMyth.DownloadProgressBack="255 255 255 0"
JackMyth.Login.BGTop="200 200 200 255"
}
styles
{
Expand Down Expand Up @@ -377,37 +378,6 @@ jackmyth.styles
render_bg
{}
}

//////////////////////////
// Begin LoginDialog
//////////////////////////
CReactSteamLoginDialog
{
minimum-width = 705
minimum-height = 570
}

"CReactSteamLoginDialog HTML"
{
minimum-width = 705
minimum-height = 570
}

CReactRefreshLoginDialog
{
minimum-width = 705
minimum-height = 570
}

"CReactRefreshLoginDialog HTML"
{
minimum-width = 705
minimum-height = 570
}

//////////////////////////
// End LoginDialog
//////////////////////////

}

Expand Down
3 changes: 2 additions & 1 deletion resource/webkit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dda918

Please sign in to comment.