mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14f190ac6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-14 (Sat, 14 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -375,14 +375,10 @@ void CComponentsFooter::paintButtons(const int& x_pos,
|
||||
Font* font,
|
||||
bool do_save_bg)
|
||||
{
|
||||
int lw = label_width;
|
||||
if (label_count > 0 && label_width == 0)
|
||||
lw = (w/label_count) - 2*cch_offset;
|
||||
|
||||
this->setDimensionsAll(x_pos, y_pos, w, h);
|
||||
this->setButtonFont(font);
|
||||
this->setContextButton(context_buttons);
|
||||
this->setButtonLabels(content, label_count, 0, lw);
|
||||
this->setButtonLabels(content, label_count, 0, label_width);
|
||||
this->paint(do_save_bg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user