X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=13a11b4870e361365bf9a47ae7e049b23f2ed425;hb=d1858b89d0828c3fe8f4e898f609aaed93333d33;hp=04890f70657cfe1197e49d87277e4812776cf3fe;hpb=41740ea915ee7a95206d780b6256e660cef39c6e;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; }