GNOME Bugzilla – Bug 692530
Position of thumbnail in properties in wrong place in fullscreen
Last modified: 2016-03-31 14:00:52 UTC
If you go to the properties view when a VM is in fullscreen mode the thumbnail seems to be off in the y direction by the height of the toolbar.
Created attachment 234619 [details] [review] Fix positioning of thumbnail in properties view When going to the properties view from fullscreen we were showing the thumbnail in the wrong place, as the size used was the gtk position when the fullscreen topbar was visible. We had a workaround for this already, it just needs to be moved to sync with other changes that had been done in this area.
Review of attachment 234619 [details] [review]: ::: src/machine.vala @@ +777,3 @@ + // Temporarily hide toolbar in fullscreen so that the the animation + // actor doesn't get pushed down before zooming to the sidebar with this being done also when not zooming, the comment doesn't make sense to me. Also how does this change fix anything cause 'zoom' is true when in fullscreen.
Created attachment 235293 [details] [review] Fix positioning of thumbnail in properties view We had some leftover code that used to fix an issue with this, but its just not needed anymore and actually causes a problem. Just removing this code fixes the positioning of the thumbnail.
Not only is the commend bad, the whole thing is not needed...
Review of attachment 235293 [details] [review]: ack
Attachment 235293 [details] pushed as 33883de - Fix positioning of thumbnail in properties view