Skip to content

Commit

Permalink
Let's use the logo.
Browse files Browse the repository at this point in the history
I wasn't setting the application logo at all, so it was ugly. Now it
uses the Blue Shoes logo. The logo still needs some work, but it's good
enough for now.
  • Loading branch information
steveklabnik committed Oct 4, 2010
1 parent dec3720 commit f15e479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/blue_shoes/app.rb
Expand Up @@ -4,6 +4,9 @@ class App < Qt::Application #:nodoc: all
def initialize opts = {}, blk #:nodoc:
super ARGV


set_window_icon(Qt::Icon.new "#{File.expand_path(File.dirname(__FILE__))}/../../static/blue_shoes.jpg")

height = opts[:height] || 200
width = opts[:width] || 400
resizeable = opts[:resizable].nil? ? true : false
Expand Down

0 comments on commit f15e479

Please sign in to comment.