Skip to content

Commit

Permalink
Fix sizing of volume images in HUD.
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRomero committed May 12, 2013
1 parent a6564b7 commit 8dfffb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Interface Graphics/Theme.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@
<key>States</key>
<dict>
<key>Default</key>
<string>{{13,0},{15, 14}}</string>
<string>{{13,0},{16, 18}}</string>
</dict>
</dict>
<key>hud_button_volume_down</key>
Expand All @@ -1586,7 +1586,7 @@
<key>States</key>
<dict>
<key>Default</key>
<string>{{0,0},{13, 14}}</string>
<string>{{0,0},{13, 18}}</string>
</dict>
</dict>
<key>dark_button_background</key>
Expand Down

0 comments on commit 8dfffb7

Please sign in to comment.