summaryrefslogtreecommitdiffstats
path: root/layout/style/nsCSSPropList.h
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-10-23 19:45:52 -0500
committerMoonchild <moonchild@palemoon.org>2020-11-18 10:51:22 +0000
commit4de0e9c68d3f1a04d5d6c236d5f06fff7244c074 (patch)
tree74a729c2baee1bb1836939dc33c4b136d6a91aa3 /layout/style/nsCSSPropList.h
parent4dae04e594f6662dcfb03fd304494841ca542091 (diff)
downloadUXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar
UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.gz
UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.lz
UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.tar.xz
UXP-4de0e9c68d3f1a04d5d6c236d5f06fff7244c074.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.h2
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,