-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
324 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |
Oops, something went wrong.