From bfec99c126eb7c98831b1b1df6f324ef375fe9f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 27 Sep 2007 21:05:36 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiWrap.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2