Summary: | tabbar height increases when new tabs are opened | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | sahinsureyya |
Component: | general | Assignee: | Yoann Laissus <yoann.laissus> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | yoann.laissus |
Priority: | NOR | ||
Version: | latest git snapshot | ||
Target Milestone: | 2.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rekonq/604a10c4fc3e927e0e3265dc37e163366e00cd86 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | rekonq snapshat (with increasing tabbar height) |
Description
sahinsureyya
2012-07-31 11:35:40 UTC
it does NOT happen here. Screenshot or video, please. Created attachment 72854 [details]
rekonq snapshat (with increasing tabbar height)
The problem may be related to the bespin theme I am using on my desktop (I am not using the oxygen theme). I changed the style to oxygen and rekonq worked normally, without changing the height of the tabbar.
Thanks for reporting that. Indeed, this bug appears only with the bespin theme. But my recent work on the tab bar to fix some other issues seems to fix this one too. Git commit 604a10c4fc3e927e0e3265dc37e163366e00cd86 by Andrea Diamantini, on behalf of Yoann Laissus. Committed on 05/08/2012 at 14:22. Pushed by adjam into branch 'master'. * Split updateTabBar() into two separate methods - updateTabBarVisibility(): used to react only on "alwaysShowTabBar" settings - updateAddTabButton(): used to react only on tabbar changes * Improve handling of the add tab button. updateAddTabButton() is now called on any tab layout changed instead of being called in any function which manipulate tabs. * Use a tab height computed with KTabBar instead of the add tab button height with a magical number. It fixes some issues with the Bespin theme. M +1 -1 src/application.cpp M +14 -22 src/mainview.cpp M +2 -9 src/mainview.h M +8 -1 src/tabbar.cpp M +2 -0 src/tabbar.h http://commits.kde.org/rekonq/604a10c4fc3e927e0e3265dc37e163366e00cd86 |