Ideal size for alt+tab switcher in unity

Bug #909180 reported by role
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ayatana Design
Incomplete
Undecided
Unassigned
Unity
Expired
Undecided
Unassigned
unity (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

This is my opinion how alt+tab should looks like in ubuntu unity. Default alt+tab is too big, it doesn't look professional for me and for power users every pixels meter, so I was looking for solution, and found it. In unity source code->/build/unity-4.24.0/plugins/unityshell/src/SwitcherView.cpp I changed few variables to this:

border_size = 35
flat_spacing = 7
icon_size = 96
minimum_spacing = 7
title_size = 120
vertiacal_size = tile_size + 70

In attachment is screenshot of my alt-tab switcher.

Revision history for this message
role (role) wrote :
Revision history for this message
role (role) wrote :

I just fixed few bugs with text in alt-tab switcher.
Now variables in SwitcherView.cpp have values:

 border_size = 30;
 flat_spacing = 5;
 icon_size = 96;
 minimum_spacing = 5;
 tile_size = 120;
 vertical_size = tile_size + 70;
 text_size = 15;

and in 780 line of code
text_view_->SetBaseY(background_geo.y + background_geo.height - 40);

I hope so you will change this values and make it default in ubuntu unity.

Thanks
Jasmin

Revision history for this message
role (role) wrote :

Now unity looks like - screen in attachment. So beautiful and much more professional.

Changed in ayatana-design:
status: New → Fix Committed
Revision history for this message
Paul Sladen (sladen) wrote :

Waiting for side-by-side screenshot showing current/proposed (followed up with jasox offline).

Changed in ayatana-design:
status: Fix Committed → Incomplete
Revision history for this message
role (role) wrote :

Here is side-by-side image

Revision history for this message
role (role) wrote :

One more screenshot of switchers

Revision history for this message
role (role) wrote :

diff for SwitcherView.cpp

role (role)
Changed in unity:
status: New → Incomplete
Changed in unity (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for unity because there has been no activity for 60 days.]

Changed in unity:
status: Incomplete → Expired
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for unity (Ubuntu) because there has been no activity for 60 days.]

Changed in unity (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.