mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
d3c786eed6
commit
8e3736c7b8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user