Closed
Bug 468507
Opened 16 years ago
Closed 16 years ago
Use DrawCellWithSnapping when drawing push buttons
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: mstange, Assigned: mstange)
References
Details
(Keywords: fixed1.9.1)
Attachments
(2 files, 2 obsolete files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
This patch is on top of that in bug 462233.
Attachment #351971 -
Flags: review?(joshmoz)
Assignee | ||
Comment 1•16 years ago
|
||
Looking at the vertical align property in order to determine the snapping direction is a bad idea, since the text on the button might not be centered in the button any more.
Now I always center it.
Attachment #351971 -
Attachment is obsolete: true
Attachment #351973 -
Flags: review?(joshmoz)
Attachment #351971 -
Flags: review?(joshmoz)
Assignee | ||
Comment 2•16 years ago
|
||
Note that the buttons aren't blurry any more.
Markus, will this also fix bug 384830? (There's also a bug out there, or maybe just a comment in a related bug, about the blurriness of the current scaling, though I can't find it right now.)
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> Markus, will this also fix bug 384830?
I think that bug is already fixed.
Attachment #351973 -
Flags: review?(joshmoz)
Assignee | ||
Updated•16 years ago
|
Attachment #351973 -
Flags: superreview?(dbaron)
Attachment #351973 -
Flags: review?(joshmoz)
Comment 5•16 years ago
|
||
Comment on attachment 351973 [details] [diff] [review]
v2, always use 0.5 as offset factor
sr=dbaron, although if there was something particularly interesting that you wanted my opinion about, you should ask me explicitly...
Attachment #351973 -
Flags: superreview?(dbaron) → superreview+
Attachment #351973 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Attachment #351973 -
Attachment is obsolete: true
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 7•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 356477 [details] [diff] [review]
for checkin
Small polish fix (buttons in their default size no longer look blurry), quite safe.
Attachment #356477 -
Flags: approval1.9.1?
Comment 9•16 years ago
|
||
Comment on attachment 356477 [details] [diff] [review]
for checkin
a191=beltzner
Attachment #356477 -
Flags: approval1.9.1? → approval1.9.1+
Assignee | ||
Comment 10•16 years ago
|
||
pushed to 1.9.1: http://hg.mozilla.org/releases/mozilla-1.9.1/rev/fccdbc78ede6
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•