Skip to content

Commit

Permalink
Closed jasperjorna#12. Horizontal scrollbar fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Jorna committed Mar 5, 2014
1 parent a00d529 commit 4b2c20d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Spacefunk (Blue Monday).sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"attributes": ["horizontal"],
"layer0.tint": [52,61,70],
"layer0.inner_margin": 0,
"content_margin": [0,3],
"content_margin": 5,
"blur": false
},
//
Expand Down
2 changes: 1 addition & 1 deletion Spacefunk (Grey Tuesday).sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"attributes": ["horizontal"],
"layer0.tint": [49,50,51],
"layer0.inner_margin": 0,
"content_margin": [0,3],
"content_margin": 5,
"blur": false
},
//
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"install": "messages/install.txt",
"1.0.1": "messages/1.0.1.txt"
"1.0.1": "messages/1.0.1.txt",
"1.0.2": "messages/1.0.2.txt"
}
5 changes: 5 additions & 0 deletions messages/1.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hey there,

A small issue with the horizontal scrollbar has been fixed.

Happy coding!

0 comments on commit 4b2c20d

Please sign in to comment.