Closed
Bug 620303
Opened 13 years ago
Closed 13 years ago
Raise the tab-bar level with the firefox appmenu on (Windows) Aero (Vista/higher) systems.
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 572160
People
(Reporter: mttza1, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b7) Gecko/20100101 Firefox/4.0b7 Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0b7) Gecko/20100101 Firefox/4.0b7 Hi, In order to save vertical browsing pixels, it is a good idea to move the tab-bar (when in tabs-on-top mode) to be vertically inline with the new firefox-button. This saves around 90 pixels of web scrolling and should make pages easier to view. In XUL it could be implimented with CSS similar to this: [code] #navigator-toolbox[tabsontop="true"] #TabsToolbar { padding-left: 100px !important; padding-top:3px !important; padding-right:50px !important; } [/code] which basically moves the tab-bar three pixels from the top-window-edge and far enough right not to overlap the button (the pixels entered are estimates.) Thoughts? Reproducible: Always Steps to Reproduce: N/A Actual Results: wasted space at top of window. Expected Results: vertical space effectively used
Reporter | ||
Updated•13 years ago
|
Hardware: x86 → All
Comment 1•13 years ago
|
||
We only want to do that for maximized windows. All details can be found on bug 572160.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•