Cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28137 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-13 21:09:47 +00:00
parent 6837cd7a84
commit da24e05566

View File

@ -163,9 +163,9 @@ GuiGraphics::GuiGraphics(GuiView & lv)
//graphics pane
connect(filename, SIGNAL(textChanged(const QString &)),
this, SLOT(change_adaptor()));
connect(WidthCB, SIGNAL( clicked()),
connect(WidthCB, SIGNAL(clicked()),
this, SLOT(change_adaptor()));
connect(HeightCB, SIGNAL( clicked()),
connect(HeightCB, SIGNAL(clicked()),
this, SLOT(change_adaptor()));
connect(Width, SIGNAL(textChanged(const QString &)),
this, SLOT(change_adaptor()));