mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
GuiBox.cpp: fix a dialog initialization issue
thanks Jean-Marc for the hint
This commit is contained in:
parent
bd9e8fecd3
commit
72b2c54fae
@ -205,6 +205,8 @@ void GuiBox::initDialog()
|
|||||||
{
|
{
|
||||||
setInnerType(true, toqstr("minipage"));
|
setInnerType(true, toqstr("minipage"));
|
||||||
widthED->setText("100");
|
widthED->setText("100");
|
||||||
|
widthCB->setChecked(true);
|
||||||
|
widthCB->setEnabled(false);
|
||||||
widthUnitsLC->setCurrentItem(Length::PCW);
|
widthUnitsLC->setCurrentItem(Length::PCW);
|
||||||
heightED->setText("1");
|
heightED->setText("1");
|
||||||
heightUnitsLC->setCurrentItem("totalheight");
|
heightUnitsLC->setCurrentItem("totalheight");
|
||||||
|
Loading…
Reference in New Issue
Block a user