[virt-tools-list] [RFC PATCH] set the full screen toolbar to 3px

Giuseppe Scrivano gscrivan at redhat.com
Tue Sep 24 23:59:57 UTC 2013


Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---

looking at bz 1008770 reminded me of the first time I've used
virt-manager: it was quite difficult to understand how to exit
full-screen mode once you are trapped there.  The attached patch is
not enough but could be a first step (As a side effect, it will also
workaround the problem in 1008770).

What do you think about making the tool-bar more thick?  Do you have
any other idea?  The first time full-screen mode is used we can
display a tool-tip?

 virtManager/console.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/console.py b/virtManager/console.py
index 1062b35..1d57f1f 100644
--- a/virtManager/console.py
+++ b/virtManager/console.py
@@ -894,7 +894,7 @@ class vmmConsolePages(vmmGObjectUI):
         self.fs_drawer.set_under(scroll)
         self.fs_drawer.set_offset(-1)
         self.fs_drawer.set_fill(False)
-        self.fs_drawer.set_overlap_pixels(1)
+        self.fs_drawer.set_overlap_pixels(3)
         self.fs_drawer.set_nooverlap_pixels(0)
         self.fs_drawer.show_all()
 
-- 
1.8.3.1




More information about the virt-tools-list mailing list