Closed
Bug 240750
Opened 21 years ago
Closed 21 years ago
Use sane widths and heights for all resolutions
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.6
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(1 file)
|
2.78 KB,
patch
|
Details | Diff | Splinter Review |
When starting a new profile we assume you are running at a lowest common
denominator resolution such as 800x600 by fixing the width at 800 and the height
at 565 pixels. This makes the first look experience less than desireable at high
resolutions where the app comes up so small.
Let's steal Ben's fix for Firefox to calculate a reasonable height and width
based on the available height and width of the current resolution.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.6
| Assignee | ||
Comment 1•21 years ago
|
||
I played around with a variety of high resolutions (1024x768 and up). Using a
factor of .8 times the width and .8 times the available height worked best for
most of these high resolutions.
| Assignee | ||
Comment 2•21 years ago
|
||
fixed for 0.6 and the trunk. I'll be curious to see how these scaling factors
work on OSX and Linux. In theory they should look the same.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•