Commit 1b5cc00

mo khan <mo@mokhan.ca>
2013-12-11 03:54:53
make shell fullscreen.
1 parent cdf4249
Changed files (1)
lib
presentation
lib/presentation/windows/application_shell.rb
@@ -3,5 +3,7 @@ require "window"
 class ApplicationShell < Window
   def initialize
     super
+    modify_bg(Gtk::STATE_NORMAL, Gdk::Color.new(6400, 6400, 6440))
+    self.maximize
   end
 end