changeset 11863 | 35208f442daf |
parent 11046 | 47a8c19ecb60 |
child 13228 | d23742ccf92b |
--- a/QTfrontend/ui/widget/hedgehogerWidget.cpp Sun Oct 02 12:42:16 2016 +0200 +++ b/QTfrontend/ui/widget/hedgehogerWidget.cpp Sun Oct 02 15:15:39 2016 +0200 @@ -83,7 +83,7 @@ { Q_UNUSED(event); - if (this->width() >= 11 * numItems + 26) + if ((this->width() >= 11 * numItems + 26) || (numItems == 1)) ItemNum::paintEvent(event); else {