Closed
Bug 855518
Opened 12 years ago
Closed 11 years ago
Make monospace font readable and consistent across devtools
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 905312
People
(Reporter: vporof, Assigned: harth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
8.12 KB,
patch
|
Details | Diff | Splinter Review |
After bug 836233, the markup view text seems a bit smaller than usual (vertically undersized), and is especially hard to read (on OS X at least). Compared to the source editor text, it's about half the size, from what I can tell.
Reporter | ||
Updated•12 years ago
|
Blocks: DevToolsPaperCuts
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → fayearthur
Assignee | ||
Comment 1•11 years ago
|
||
Trying some stuff out. It seems to be a decent size on Windows and Linux. The Network panel had it's own monospace font, so I gave it the devtools-monospace class instead.
Comment 2•11 years ago
|
||
(I'd like to review that when it's ready)
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 791583 [details] [diff] [review]
WIP, increase "devtools-monospace" size on OS X, use in net panel
Review of attachment 791583 [details] [diff] [review]:
-----------------------------------------------------------------
This does a few things:
* Netmonitor now uses "devtools-monospace" class instead of hard-coding its monospace font
* Font panel now uses "devtools-monospace" and doesn't define its own sizes.
* On OS X, monospace font size is increased to %110. The other platforms look alright size-wise (aside from the font panel).
* Fix margin issue in font panel.
Attachment #791583 -
Flags: review?(paul)
Assignee | ||
Updated•11 years ago
|
Summary: Markup view text is maybe a bit too small → Make monospace font readable and consistent across devtools
Assignee | ||
Comment 4•11 years ago
|
||
Patch, goes along with notes in last comment ^.
Try builds: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/fayearthur@gmail.com-7635c7cbcde8/
Attachment #791583 -
Attachment is obsolete: true
Attachment #791583 -
Flags: review?(paul)
Attachment #792363 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Attachment #792363 -
Flags: review? → review?(paul)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 792363 [details] [diff] [review]
font-size.patch
Gonna tackle web console too. I'll upload a new patch.
Attachment #792363 -
Flags: review?(paul)
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•