diff options
author | corvid <corvid@lavabit.com> | 2010-11-19 16:09:49 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-11-19 16:09:49 +0000 |
commit | c5387459af97e2ba5007f20ffcbec0876a69e63f (patch) | |
tree | b404d26b9d1efee5e83b6bf7c4c9226308b5925e /dw/table.cc | |
parent | e41e07e71b157c2c1ff2b54743a6ff0fcc5a7745 (diff) |
don't use text-indent when nesting blocks
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/table.cc b/dw/table.cc index 51718587..6708b3f0 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -34,6 +34,7 @@ int Table::CLASS_ID = -1; Table::Table(bool limitTextWidth) { registerName ("dw::Table", &CLASS_ID); + setFlags (BLOCK_LEVEL); setFlags (USES_HINTS); setButtonSensitive(false); |