mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Fix the position of CComponentsDetailLine
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea33afbcf8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Origin message was:
------------------
* Fix the position of CComponentsDetailLine
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -63,6 +63,7 @@ class CComponentsDetailLine : public CComponents
|
||||
void hide();
|
||||
void setColor(fb_pixel_t color1, fb_pixel_t color2){col1 = color1; col2 = color2;};
|
||||
void setYPosDown(const int& y_pos_down){y_down = y_pos_down;};
|
||||
void setHMarkDown(const int& h_mark_down_){h_mark_down = h_mark_down_;};
|
||||
};
|
||||
|
||||
class CComponentsInfoBox : public CComponents
|
||||
|
Reference in New Issue
Block a user