mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
Merge branch 'uncool/dvbsi++'
Conflicts:
src/driver/Makefile.am
src/driver/streamts.cpp
src/gui/audioplayer.cpp
src/gui/epgview.cpp
src/gui/infoviewer_bb.cpp
src/gui/widget/textbox.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: c480e36746
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-11 (Sun, 11 Nov 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -808,7 +808,9 @@ void CStringInputSMS::paint(bool /*unused*/)
|
||||
{
|
||||
CStringInput::paint(true);
|
||||
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_NUMERIC_PAD, x+20+140, y+ hheight+ mheight+ iheight* 3+ 30, 0, COL_MENUCONTENT);
|
||||
int w = 0, h = 0;
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_NUMERIC_PAD, &w, &h);
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_NUMERIC_PAD, x + (width/2) - (w/2), y+ hheight+ mheight+ iheight* 3+ 30, 0, COL_MENUCONTENT);
|
||||
|
||||
//buttonbar
|
||||
::paintButtons(x, y + height, width, 2, CStringInputSMSButtons, width);
|
||||
|
Reference in New Issue
Block a user