X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FBulletsModule.cpp;h=c06904bf495b972282e9d1963b2baa4dbea662bb;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=03b89a83a1ca22717fe91cfdcdac150bc578da21;hpb=1fc477efac5fd3804c6407a03791e713f643fc43;p=lyx.git diff --git a/src/frontends/qt4/BulletsModule.cpp b/src/frontends/qt4/BulletsModule.cpp index 03b89a83a1..c06904bf49 100644 --- a/src/frontends/qt4/BulletsModule.cpp +++ b/src/frontends/qt4/BulletsModule.cpp @@ -77,7 +77,7 @@ void BulletsModule::setupPanel(QListWidget * lw, QString const & panelname, lw->setGridSize(QSize(w, h)); // the widening by 21 is needed to avoid wrapping lw->resize(6 * w + 21, 6 * h); - bulletpaneSW->setMinimumSize(6 * w, 6 * h + 6); + bulletpaneSW->setMinimumSize(6 * w + 5, 6 * h + 6); // get individual bullets from pixmap for (int row = 0; row < 6; ++row) {