summaryrefslogtreecommitdiff
path: root/dw/simpletablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-22 15:58:24 +0200
committerSebastian Geerken <devnull@localhost>2014-07-22 15:58:24 +0200
commitb6aeac03a3e6c5f4ea7edaad9a42b79cf5a8fe10 (patch)
treeea92b6c09c3f254693f3ac609997e0e4743e907d /dw/simpletablecell.hh
parent6cfa2fc2dc1613cd6589cf76a3b425a71e17e7ce (diff)
Adjust_table_min_width is also applied to table cells (to avoid inconsistent rendering).
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r--dw/simpletablecell.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh
index a452add9..45a6d31f 100644
--- a/dw/simpletablecell.hh
+++ b/dw/simpletablecell.hh
@@ -7,6 +7,9 @@ namespace dw {
class SimpleTableCell: public Textblock
{
+protected:
+ bool getAdjustMinWidth ();
+
public:
static int CLASS_ID;