Skip to content

Commit

Permalink
Widening the viewport
Browse files Browse the repository at this point in the history
Some of the Try Ruby lessons are a bit long, and I'd rather make Hackety
a bit bigger than shorten the text. It was small anyway.
  • Loading branch information
steveklabnik committed Jul 6, 2010
1 parent ec80075 commit 96049dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h-ety-h.rb
Expand Up @@ -15,7 +15,7 @@ def HH.anonymous_binding
bind
end

window :title => "Hackety Hack", :width => 500, :height => 580 do
window :title => "Hackety Hack", :width => 575, :height => 700 do
HH::APP = self
extend HH::Widgets, HH::Home
style(Shoes::LinkHover, :fill => nil, :stroke => "#C66")
Expand Down

0 comments on commit 96049dd

Please sign in to comment.