From: Uwe Stöhr Date: Thu, 27 Sep 2007 21:05:36 +0000 (+0000) Subject: GuiWrap.cpp: revert r20509 as the bug in ButtonController.cpp is fixed with r20548 X-Git-Tag: 1.6.10~8150 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bfec99c126eb7c98831b1b1df6f324ef375fe9f8;p=features.git GuiWrap.cpp: revert r20509 as the bug in ButtonController.cpp is fixed with r20548 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20549 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWrap.cpp b/src/frontends/qt4/GuiWrap.cpp index ac761d55f8..d11fce7d06 100644 --- a/src/frontends/qt4/GuiWrap.cpp +++ b/src/frontends/qt4/GuiWrap.cpp @@ -78,7 +78,10 @@ GuiWrapDialog::GuiWrapDialog(LyXView & lv) bc().addReadOnly(widthUnitLC); bc().addReadOnly(valignCO); bc().addReadOnly(overhangCB); + bc().addReadOnly(overhangED); + bc().addReadOnly(overhangUnitLC); bc().addReadOnly(linesCB); + bc().addReadOnly(linesSB); // initialize the length validator bc().addCheckedLineEdit(widthED, widthLA);