Skip to content

Commit

Permalink
merge with tstriker master (#2)
Browse files Browse the repository at this point in the history
* knits (2to3 rendered some bugs)

* move apx icon to share/icons/hicolor/scalable/ closes tstriker#8

* looks like gtk.DrawingArea doesn't care about background much anymore, so set it on the window. fixes tstriker#14
  • Loading branch information
rapgro authored Jul 31, 2016
1 parent 6d226e8 commit 91adc06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/apx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ class BasicWindow(object):
w, h = self.game_scene.container.get_min_size()
self.window.set_size_request(int(w), int(h))

self.window.override_background_color(gtk.StateType.NORMAL,
gdk.RGBA(*graphics.Colors.parse("#333")))

splash_scene = splash.Scene()
splash_scene.connect("on-key-press", self.on_splash_anykey)
self.window.add(splash_scene)
Expand Down

0 comments on commit 91adc06

Please sign in to comment.