mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -11,7 +11,7 @@ install_DATA = \
|
||||
$(res0)/start.jpg
|
||||
|
||||
|
||||
res1 = 1920x1080
|
||||
#res1 = 1920x1080
|
||||
|
||||
install_DATA += \
|
||||
$(res1)/logo.jpg
|
||||
#install_DATA += \
|
||||
# $(res1)/logo.jpg
|
||||
|
@@ -52,7 +52,7 @@ CComponentsPIP::CComponentsPIP( const int x_pos, const int y_pos, const int perc
|
||||
//CComponentsPIP
|
||||
screen_w = frameBuffer->getScreenWidth(true);
|
||||
screen_h = frameBuffer->getScreenHeight(true);
|
||||
pic_name = frameBuffer->getIconPath("logo", "jpg");
|
||||
pic_name = frameBuffer->getIconPath("start", "jpg");
|
||||
|
||||
//CComponents
|
||||
x = x_pos;
|
||||
|
Reference in New Issue
Block a user