mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
Issue #80 - De-unify layout/tables
This commit is contained in:
parent
e68128d9ca
commit
a892cb0808
4 changed files with 9 additions and 1 deletions
|
|
@ -15,6 +15,10 @@
|
|||
#include "nsTableCellFrame.h"
|
||||
#include <algorithm>
|
||||
|
||||
#include "mozilla/WritingModes.h"
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
FixedTableLayoutStrategy::FixedTableLayoutStrategy(nsTableFrame *aTableFrame)
|
||||
: nsITableLayoutStrategy(nsITableLayoutStrategy::Fixed)
|
||||
, mTableFrame(aTableFrame)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue