gp1313 / iep

Automatically exported from code.google.com/p/iep
0 stars 0 forks source link

File tabs show through arrow scroll buttons #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:

1. Open multiple files so that arrowed scroll buttons appear to the right of 
the tab list.
2. scroll to the left.
3. Rightmost tab shows through the buttons.

Original issue reported on code.google.com by zaha...@gmail.com on 9 Mar 2013 at 3:52

GoogleCodeExporter commented 8 years ago
This is default QTabBar behavior. Not much we can do about that, sorry.

Original comment by almar.klein@gmail.com on 9 Mar 2013 at 11:05

GoogleCodeExporter commented 8 years ago
Oh... I see. Do you know what's the reason behind it? It's rather strange.

Original comment by zaha...@gmail.com on 9 Mar 2013 at 11:27

GoogleCodeExporter commented 8 years ago
I don't know, Qt just draws two buttons on top of the scroll bar, but does not 
impose an extra margin for the tabs, so they show underneath. 

The visual effect is also different per theme. The cleanlooks style does not 
seem to have this problem for instance. I do see it on GTK+.

Original comment by almar.klein@gmail.com on 10 Mar 2013 at 9:54