[RFC PATCH] set the full screen toolbar to 3px

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
---

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

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux