Closed Bug 839492 Opened 11 years ago Closed 11 years ago

Text size is much larger in the back/forward stack dialog than other dialogs

Categories

(Firefox for Android Graveyard :: Theme and Visual Design, defect)

ARM
Android
defect
Not set
normal

Tracking

(firefox21 affected)

RESOLVED DUPLICATE of bug 847435
Tracking Status
firefox21 --- affected

People

(Reporter: aaronmt, Assigned: cvielma)

References

Details

Attachments

(1 file)

See screenshot.
Thanks Aaron for this. But do you know how can I configure the text size? or where can I see how are configured other dialogs? I currently do the following to fill the list:

for (let i = toIndex; i >= fromIndex; i--) {
      let entry = hist.getEntryAtIndex(i, false);
      let item = {
        label: entry.title || entry.URI.spec,
        isGroup: false,
        inGroup: false,
        disabled: false,
        id: i
      };
      result.listitems.push(item);
      result.selected.push(i == selIndex);
    }
I've CC'ed a couple front-end folks for suggestions.
There's a mockup over in bug 847435
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: