GuiBox.cpp: fix typo is comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31820 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-11-01 23:23:54 +00:00
parent d3c786eed6
commit 8e3736c7b8

View File

@ -320,7 +320,7 @@ void GuiBox::applyView()
params_.width = Length(widgetsToLength(widthED, widthUnitsLC)); params_.width = Length(widgetsToLength(widthED, widthUnitsLC));
} }
// the height parameter is omitted in if the value // the height parameter is omitted if the value
// is "1in" and "Total Height" is used as unit. // is "1in" and "Total Height" is used as unit.
// 1in + "Total Height" means "1\height" which is the LaTeX default // 1in + "Total Height" means "1\height" which is the LaTeX default
// if no height is given // if no height is given