GNOME Bugzilla – Bug 695126
workspacesView: Always zoom out switcher when using static workspaces
Last modified: 2013-03-04 14:58:34 UTC
A minor patch I wrote while working on classic mode, and forgot about later ...
Created attachment 237994 [details] [review] workspacesView: Always zoom out switcher when using static workspaces We always leave the workspace switcher zoomed out when we can assume that the user is actually making use of workspaces. For the default dynamic workspace behavior, we make this assumption when more than two workspaces are in use (e.g. at least two workspaces contain windows plus an empty one at the end). However this test does not make sense when using static workspaces - in that case, not using workspaces would be indicated by a workspace number of 1 (in which case the entire switcher is hidden completely), so add a check for dynamic workspaces to the condition.
Review of attachment 237994 [details] [review]: Makes sense
Attachment 237994 [details] pushed as 6d011a3 - workspacesView: Always zoom out switcher when using static workspaces