mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +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"));
|
||||
widthED->setText("100");
|
||||
widthCB->setChecked(true);
|
||||
widthCB->setEnabled(false);
|
||||
widthUnitsLC->setCurrentItem(Length::PCW);
|
||||
heightED->setText("1");
|
||||
heightUnitsLC->setCurrentItem("totalheight");
|
||||
|
Loading…
Reference in New Issue
Block a user