--- /home/jasox/Projects/tempUnity/unity-4.24.0/plugins/unityshell/src/SwitcherView.cpp 2011-10-12 14:02:40.000000000 +0200 +++ SwitcherView.cpp 2011-12-28 19:57:26.000000000 +0100 @@ -46,12 +46,12 @@ icon_renderer_->pip_style = OVER_TILE; layout_system_ = LayoutSystem::Ptr (new LayoutSystem ()); - border_size = 50; - flat_spacing = 10; - icon_size = 128; - minimum_spacing = 10; - tile_size = 150; - vertical_size = tile_size + 80; + border_size = 30; + flat_spacing = 5; + icon_size = 96; + minimum_spacing = 5; + tile_size = 120; + vertical_size = tile_size + 70; text_size = 15; animation_length = 250; spread_size = 3.5f; @@ -777,7 +777,7 @@ DrawBackground(GfxContext, background_geo); - text_view_->SetBaseY(background_geo.y + background_geo.height - 45); + text_view_->SetBaseY(background_geo.y + background_geo.height - 40); text_view_->Draw(GfxContext, force_draw); int ms_since_change = TimeUtil::TimeDelta(¤t, &save_time_);