diff options
author | athenian200 <athenian200@outlook.com> | 2020-10-23 19:45:52 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2020-10-28 14:17:02 -0500 |
commit | 7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba (patch) | |
tree | 57de1c4a48f24c57b36610d5e3a60ef639f5f8a0 /layout/style/nsCSSPropList.h | |
parent | 49765b53af01284a5d5479dfb8bb56da0ba87ca5 (diff) | |
download | UXP-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.tar UXP-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.tar.gz UXP-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.tar.lz UXP-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.tar.xz UXP-7c2bcc48c455d4e4441b12834c3bd4c5bb33c9ba.zip |
Issue #1673 - Part 2: Make tab-size animatable and fix typos.
There were a few typos in the previous patch and this patch also makes tab-size animatable which didn't really require much of a change at all.
Diffstat (limited to 'layout/style/nsCSSPropList.h')
-rw-r--r-- | layout/style/nsCSSPropList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/nsCSSPropList.h b/layout/style/nsCSSPropList.h index 5c5cfcda1..53bc84547 100644 --- a/layout/style/nsCSSPropList.h +++ b/layout/style/nsCSSPropList.h @@ -3888,7 +3888,7 @@ CSS_PROP_TEXT( VARIANT_INHERIT | VARIANT_LNCALC, nullptr, offsetof(nsStyleText, mTabSize), - eStyleAnimType_Discrete) + eStyleAnimType_Coord) CSS_PROP_TABLE( table-layout, table_layout, |