Skip to content

Commit

Permalink
Fixed Divider location on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtDiglett committed Feb 24, 2016
1 parent 34c59ff commit e82d895
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions steam/cached/SettingsSubVoice.res
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
3="fill(x0+70,y0+330,x1,y0+366, custombackgroundnofocustransparent)"
}

render_bg {
0="image(x0+26,y0+27,x1,y1, graphics/icons/settings/voiceinput)"
1="image(x0+26,y0+195,x1,y1, graphics/icons/settings/microphone)"
}

render [$OSX] {
0="fill(x0+70,y0+10,x1,y0+47, custombackgroundnofocustransparent)"
1="fill(x0+70,y0+145,x0+300,y0+184, custombackgroundnofocustransparent)"
2="fill(x0+70,y0+246,x1,y0+266, custombackgroundnofocustransparent)"
3="fill(x0+70,y0+296,x1,y0+332, custombackgroundnofocustransparent)"
}

render_bg {
0="image(x0+26,y0+27,x1,y1, graphics/icons/settings/voiceinput)"
1="image(x0+26,y0+195,x1,y1, graphics/icons/settings/microphone)"
}

render_bg [$OSX] {
0="image(x0+26,y0+27,x1,y1, graphics/icons/settings/voiceinput)"
1="image(x0+26,y0+161,x1,y1, graphics/icons/settings/microphone)"
Expand Down Expand Up @@ -54,6 +54,7 @@
align=left
x=71
y=176
y=142 [$OSX]
width=max
height=1
}
Expand Down

0 comments on commit e82d895

Please sign in to comment.