Skip to content

Commit

Permalink
Steam client beta (#471)
Browse files Browse the repository at this point in the history
* Add MoveInstallFolder button

* Add new group annoucement setting

* In-Game Streaming Fix (#464)

Formatted Steam PIN

* Steam Beta Update (Feb 03) Part Deux (#465)

Formatted Steam Group Notification Settings (IT'S NOW A THING :D)

* Steam Beta Update (Feb 5) (#467)

Fixes #466

* Better checkboxes allignment on... (#468)

... joingamedialog.layout
  • Loading branch information
Js41637 authored Mar 9, 2017
1 parent 86d7d87 commit 2dce913
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 301 deletions.
11 changes: 6 additions & 5 deletions resource/layout/joingamedialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
region=box
start=InfoLabel
width=max
margin-top=10
margin-top=5
dir=down
spacing=8
spacing=4
}

place {
controls="Progress"
region=box
start=ReadyToPlayTimeLabel
width=max
margin-top=10
margin-top=5
dir=down
}

Expand All @@ -75,6 +75,7 @@
region=box
start=Progress
y=10
x=-2
width=max
dir=down
}
Expand All @@ -84,7 +85,7 @@
region=box
start=OverrideThrottleCheckBox
width=max
margin-top=10
margin-top=5
dir=down
}

Expand Down Expand Up @@ -124,4 +125,4 @@
spacing=5
}
}
}
}
347 changes: 177 additions & 170 deletions resource/layout/settingssubstreaming.layout
Original file line number Diff line number Diff line change
@@ -1,171 +1,178 @@
"resource/layout/settingssubstreaming.layout" {
styles {
ListPanelColumnheader [$OSX] {
bgcolor="none"
textcolor="white"
font-family=semibold
font-size=15
font-size=14 [$LINUX]
font-weight=400
font-style="regular,normal"
inset="1 2 0 0"

render_bg {
// fill
0="gradient(x0,y0,x1,y1, grey, lightGreyEnd)"
1="fill(x0,y0,x1,y0+1, greyHighlight)"
}
}

ListPanelColumnheader [!$OSX] {
bgcolor="none"
textcolor= "white"
font-family=semibold
font-size=14
font-weight=400
font-style="regular,normal"
inset= "0 0 0 0"

render {
0="fill(x0,y1,x1,y1+1, black65)"
1="fill(x0,y0,x1,y0+1, greyHighlight)"
}
render_bg {
1="gradient(x0,y0,x1,y1, grey, lightGreyEnd)"
}
}

ListPanelColumnHeader:hover {
textcolor= "white"

render_bg {
0="fill(x0,y0,x1,y0+1, lightestGreyHighlight)"
1="gradient(x0,y0,x1,y1+1, lighterGrey, grey)"
}
}
ListPanelDragger {
bgcolor= "none"
render {
//fill makes dragger visible
2="fill( x0, y0, x0 + 1, y1, darkGrey )" // left
}
}

"Page ListPanelDragger" {
bgcolor= "none"

render {
//fill makes dragger visible
2="fill( x0, y0, x0 + 1, y1, darkGrey )" // left
}
}
}
layout {
place {
control="AdvancedHostOptions,AdvancedClientOptions"
height=24
}

place {
control=DescriptionLabel
x=18
y=21
width=max
margin-right=43
dir=down
}

place {
control=RemoteClientList
start=DescriptionLabel
y=8
width=max
margin-right=43
dir=down
}

place {
control=EnableStreaming
start=RemoteClientList
y=8
width=max
dir=down
}
place {
control=HostDivider
start=EnableStreaming
y=16
width=max
margin-right=43
dir=down
}

place {
control=HostLabel
start=HostDivider
y=16
width=max
dir=down
}

place {
control=UnsupportedPlatform
start=HostLabel
y=8
width=max
dir=down
}

place {
control=AdvancedHostOptions
start=HostLabel
y=8
width=340
dir=down
}

place {
control=ClientDivider
start=AdvancedHostOptions
y=16
width=max
margin-right=43
dir=down
}
place {
control=ClientLabel
start=ClientDivider
y=16
width=max
dir=down
}
place {
control=QualityFast
start=ClientLabel
y=8
dir=down
}

place {
control="QualityBalanced,QualityBeautiful"
start=QualityFast
x=16
dir=right
spacing=16
}
place {
control=AdvancedClientOptions
start=QualityFast
y=8
width=340
height=28
dir=down
}
place {
control=SupportInformationLabel
start=AdvancedClientOptions
y=8
dir=down
}
}
"resource/layout/settingssubstreaming.layout" {
styles {
ListPanelColumnheader [$OSX] {
bgcolor="none"
textcolor="white"
font-family=semibold
font-size=15
font-size=14 [$LINUX]
font-weight=400
font-style="regular,normal"
inset="1 2 0 0"

render_bg {
// fill
0="gradient(x0,y0,x1,y1, grey, lightGreyEnd)"
1="fill(x0,y0,x1,y0+1, greyHighlight)"
}
}

ListPanelColumnheader [!$OSX] {
bgcolor="none"
textcolor= "white"
font-family=semibold
font-size=14
font-weight=400
font-style="regular,normal"
inset= "0 0 0 0"

render {
0="fill(x0,y1,x1,y1+1, black65)"
1="fill(x0,y0,x1,y0+1, greyHighlight)"
}
render_bg {
1="gradient(x0,y0,x1,y1, grey, lightGreyEnd)"
}
}

ListPanelColumnHeader:hover {
textcolor= "white"

render_bg {
0="fill(x0,y0,x1,y0+1, lightestGreyHighlight)"
1="gradient(x0,y0,x1,y1+1, lighterGrey, grey)"
}
}
ListPanelDragger {
bgcolor= "none"
render {
//fill makes dragger visible
2="fill( x0, y0, x0 + 1, y1, darkGrey )" // left
}
}

"Page ListPanelDragger" {
bgcolor= "none"

render {
//fill makes dragger visible
2="fill( x0, y0, x0 + 1, y1, darkGrey )" // left
}
}
}
layout {
place {
control="AdvancedHostOptions,AdvancedClientOptions"
height=24
}

place {
control=DescriptionLabel
x=18
y=21
width=max
margin-right=43
dir=down
}

place {
control=RemoteClientList
start=DescriptionLabel
y=8
width=max
margin-right=43
dir=down
}

place {
control=EnableStreaming
start=RemoteClientList
y=16
dir=down
}
place {
control=SetPIN
start=RemoteClientList
x=240
y=16
width=200
dir=down
}
place {
control=HostDivider
start=EnableStreaming
y=16
width=max
margin-right=43
dir=down
}

place {
control=HostLabel
start=HostDivider
y=16
width=max
dir=down
}

place {
control=UnsupportedPlatform
start=HostLabel
y=8
width=max
dir=down
}

place {
control=AdvancedHostOptions
start=HostLabel
y=8
width=340
dir=down
}

place {
control=ClientDivider
start=AdvancedHostOptions
y=16
width=max
margin-right=43
dir=down
}
place {
control=ClientLabel
start=ClientDivider
y=16
width=max
dir=down
}
place {
control=QualityFast
start=ClientLabel
y=8
dir=down
}

place {
control="QualityBalanced,QualityBeautiful"
start=QualityFast
x=16
dir=right
spacing=16
}
place {
control=AdvancedClientOptions
start=QualityFast
y=8
width=340
height=28
dir=down
}
place {
control=SupportInformationLabel
start=AdvancedClientOptions
y=8
dir=down
}
}
}
Loading

0 comments on commit 2dce913

Please sign in to comment.