mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Remove virt-viewer menu bar
This commit is contained in:
parent
219c48b976
commit
44cb4697ec
2 changed files with 29 additions and 1 deletions
25
patches/0001-Remove-menu-bar.patch
Normal file
25
patches/0001-Remove-menu-bar.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From c26580442a4ac18f805b1795ec250d6cf5857a49 Mon Sep 17 00:00:00 2001
|
||||
From: Mikhail Klementev <blame@dumpstack.io>
|
||||
Date: Wed, 22 Jan 2020 00:25:16 +0000
|
||||
Subject: [PATCH] Remove menu bar
|
||||
|
||||
---
|
||||
src/resources/ui/virt-viewer.ui | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/resources/ui/virt-viewer.ui b/src/resources/ui/virt-viewer.ui
|
||||
index 93471a4..b029ad7 100644
|
||||
--- a/src/resources/ui/virt-viewer.ui
|
||||
+++ b/src/resources/ui/virt-viewer.ui
|
||||
@@ -18,7 +18,7 @@
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuBar" id="top-menu">
|
||||
- <property name="visible">True</property>
|
||||
+ <property name="visible">False</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="menu-file">
|
||||
--
|
||||
2.23.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue