Closed
Bug 184588
Opened 22 years ago
Closed 22 years ago
[gtk native themes] border is incorrectly applied to <toolbox>
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
1.51 KB,
patch
|
blizzard
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
My checkin for bug 174927 accidentely caused us to start applying a border to
toolbox elements. This causes the menu bar and all the toolbars to be inset
from the edge of the window.
Unfortunately, gtk doesn't have a concept of a 'toolbox' that's different from a
toolbar (in mozilla-speak, the toolbox is the thing that encloses the 3 toolbars
at the top of the browser window). I think the gtkdrawing.c implementation of
the toolBAR border is correct, aside from using a handlebox instead of a
gtktoolbar. I'd propose that we fix nsNativeThemeGTK.cpp to know that toolBOX
does not correspond to any gtk widget for purposes of a border, and hardcode it
to a 0 pixel border.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #108847 -
Flags: superreview?(ben)
Attachment #108847 -
Flags: review?(blizzard)
Comment 2•22 years ago
|
||
Comment on attachment 108847 [details] [diff] [review]
patch
r=blizzard
Attachment #108847 -
Flags: review?(blizzard) → review+
Comment 3•22 years ago
|
||
Attachment #108847 -
Flags: superreview?(ben) → superreview+
Assignee | ||
Comment 4•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•