Revert "- cc_frm_footer: auto-calc label_width by default"

This reverts commit d3643623ec.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5cbdf990fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-26 (Mon, 26 Jun 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-26 15:32:32 +02:00
parent 98dcedd452
commit 1796c6e055

View File

@@ -336,7 +336,7 @@ void CComponentsFooter::paintButtons(const int& x_pos,
this->setDimensionsAll(x_pos, y_pos, w, h);
this->setButtonFont(font);
this->setContextButton(context_buttons);
this->setButtonLabels(content, label_count, 0, label_width ? label_width : w/label_count);
this->setButtonLabels(content, label_count, 0, label_width);
this->paint(do_save_bg);
}