Fix window size and position state persistency
This commit is contained in:
parent
8fe97e709c
commit
3c8fbd0da0
@ -1278,6 +1278,8 @@ class Window (object):
|
||||
|
||||
self.line_view.attach (self)
|
||||
|
||||
self.gtk_window.show ()
|
||||
|
||||
def detach (self):
|
||||
|
||||
self.set_log_file (None)
|
||||
|
@ -5,7 +5,6 @@
|
||||
<requires lib="gnome"/>
|
||||
|
||||
<widget class="GtkWindow" id="main_window">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes">GStreamer Debug Viewer</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user