1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-03-07 15:25:04 +00:00

gtk: hide console tabs

It's not put into use yet.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2021-03-26 00:44:05 +04:00
parent 93afe7b2d6
commit 7cda1c29e3

View File

@ -6,6 +6,7 @@
</property>
<child>
<object class="GtkNotebook">
<property name="show-tabs">0</property>
<child>
<object class="QemuConsoleArea" id="area"/>
</child>