Skip to content

Commit 7e26e00

Browse files
committed
Updating about and README.
1 parent d7fa157 commit 7e26e00

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.textile

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ h1. Hackety Hack (for Mac OS X, Windows, and Linux)
44
with helpful coding tools and built-in messaging (so you can
55
pass scripts to friends easily.)
66

7-
h2. We're Currently Backstage
7+
h2. This is 1.0!
88

9-
Hackety Hack is currently at version 0.9, which means that it's not 100% ready for the general public yet. It's very useable, just don't get frustrated if some things don't work! We're working really hard on getting ready for version 1.0, which will have all the kinks worked out.
10-
11-
On the plus side, it's a great time to help out with a project! No matter if you're a Ruby master, or are just starting out, we'd love to have your help making Hackety great! Check out "this wiki page":http://wiki.github.com/steveklabnik/hacketyhack/contributing-to-hackety-hack if you'd like to learn more.
9+
All the major pieces are in place. Hooray! There are still some kinks to work out, though. Nobody's perfect! Please "file an Issue":http://github.com/hacketyhack/hacketyhack/issues if you find something.
1210

1311
h2. Building Hackety Hack
1412

app/ui/mainwindow.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def finalization
8383
addtab :About, :icon => "tab-hand.png" do
8484
about = app.slot.stack :top => 0, :left => 0,
8585
:width => 1.0, :height => 1.0 do
86-
background black(0.8)
87-
image("#{HH::STATIC}/hhabout.png", :top => 120, :left => 0.2).
86+
background white
87+
image("#{HH::STATIC}/hhabout.png", :top => 30, :left => 100).
8888
click { about.remove }
8989
glossb "OK", :top => 500, :left => 0.45, :width => 70, :color => "dark" do
9090
about.remove

static/hhabout.png

67.3 KB
Loading

static/hhabout_v07.png

-55.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)