Closed Bug 350869 Opened 18 years ago Closed 16 years ago

Move the thread tree's scrollbar to the screen edge (Fitts' law)

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 275919

People

(Reporter: zeniko, Assigned: mscott)

Details

Currently, there's a 1px margin introduced by the native styling which prevents the thread tree's scrollbar to be easily accessed when the window is maximized. That margin doesn't exist for the message pane.

I currently work around this issue with the following userChrome.css code (the #messagesBox part is required to disable it for the Wide View layout):

window[sizemode="maximized"] #messagesBox[orient="vertical"] #threadTree {
   margin-right: -1px !important;
}

Since the border is introduced by the OS's native styling, this issue might however not be that easy to fix in general.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.