From 1b876ce8dbc5933db5b84d55e5cabecdb0adec2e Mon Sep 17 00:00:00 2001 From: sandman Date: Fri, 21 Jun 2002 23:07:50 +0000 Subject: Made the tabbar icons a litte bit more "liquid compliant" -- seems like the TT styles return wrong values for tabbarMetrics ... --- (limited to 'core/launcher/launcher.cpp') diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index e9e17f7..02124d2 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -288,7 +288,7 @@ void CategoryTabBar::layoutTabs() return; // int percentFalloffTable[] = { 100, 70, 40, 12, 6, 3, 1, 0 }; - int hiddenTabWidth = -12; + int hiddenTabWidth = -7; int middleTab = currentTab(); int hframe, vframe, overlap; style().tabbarMetrics( this, hframe, vframe, overlap ); -- cgit v0.9.0.2