mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Fix window size and position state persistency
This commit is contained in:
parent
8fe97e709c
commit
3c8fbd0da0
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue