X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=13a11b4870e361365bf9a47ae7e049b23f2ed425;hb=8f93600d3fa8182ba43973075cf37e7ecb2be8d3;hp=04890f70657cfe1197e49d87277e4812776cf3fe;hpb=4bd5a7e883b76f36d1ebc3ae1c9a6765da5165f6;p=lyx.git diff --git a/src/Row.h b/src/Row.h index 04890f7065..13a11b4870 100644 --- a/src/Row.h +++ b/src/Row.h @@ -165,7 +165,7 @@ public: Dimension & dimension() { return dim_; } /// int height() const { return dim_.height(); } - /// + /// The width of the row, including the left margin, but not the right one. int width() const { return dim_.wid; } /// int ascent() const { return dim_.asc; }