projects
/
libre-streamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5da55e
)
Not fullscreen by default
stream_2016_dev
author
David Testé
<soonum@gnu.org>
Thu, 17 Mar 2016 19:44:08 +0000
(20:44 +0100)
committer
David Testé
<soonum@gnu.org>
Thu, 17 Mar 2016 19:44:08 +0000
(20:44 +0100)
stream_2016/abyss.py
patch
|
blob
|
blame
|
history
diff --git
a/stream_2016/abyss.py
b/stream_2016/abyss.py
index 80df22fa53f88126e6418d82c6998d24d0f07375..e5924034090bbda34d4a7b0ab7c897c6d1da0394 100755
(executable)
--- a/
stream_2016/abyss.py
+++ b/
stream_2016/abyss.py
@@
-99,7
+99,7
@@
class Streamgui(object):
self.win.set_title("ABYSS")
self.win.connect("delete_event",
lambda w,e: Gtk.main_quit())
- self.win.fullscreen()
+
##
self.win.fullscreen()
vbox = Gtk.VBox(False, 0)
vbox_labels = Gtk.VBox(False, 0)
vbox_entries = Gtk.VBox(False, 0)