mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
added min/max width/height
This commit is contained in:
parent
3c2769a525
commit
bed7b77103
@ -111,8 +111,12 @@ struct nsStylePosition : public nsStyleStruct {
|
||||
|
||||
nsStyleCoord mLeftOffset; // [reset]
|
||||
nsStyleCoord mTopOffset; // [reset]
|
||||
nsStyleCoord mWidth; // [reset]
|
||||
nsStyleCoord mHeight; // [reset]
|
||||
nsStyleCoord mWidth; // [reset] coord, percent, auto, inherit
|
||||
nsStyleCoord mMinWidth; // [reset] coord, percent, inherit
|
||||
nsStyleCoord mMaxWidth; // [reset] coord, percent, null, inherit
|
||||
nsStyleCoord mHeight; // [reset] coord, percent, auto, inherit
|
||||
nsStyleCoord mMinHeight; // [reset] coord, percent, inherit
|
||||
nsStyleCoord mMaxHeight; // [reset] coord, percent, null, inherit
|
||||
|
||||
nsStyleCoord mZIndex; // [reset]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user