mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- radiotext: add icon to new radiotext window
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -26,6 +26,7 @@ install_DATA = \
|
|||||||
personalize.png \
|
personalize.png \
|
||||||
pictureviewer.png \
|
pictureviewer.png \
|
||||||
question.png \
|
question.png \
|
||||||
|
radiotext.png \
|
||||||
recording.png \
|
recording.png \
|
||||||
settings.png \
|
settings.png \
|
||||||
shell.png \
|
shell.png \
|
||||||
|
BIN
data/icons/headers/radiotext.png
Normal file
BIN
data/icons/headers/radiotext.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 B |
@@ -353,8 +353,10 @@ void CRadioTextGUI::paint(const bool &do_save_bg)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!v_lines_title.empty())
|
if (!v_lines_title.empty())
|
||||||
|
{
|
||||||
setWindowCaption(v_lines_title.back());
|
setWindowCaption(v_lines_title.back());
|
||||||
|
setWindowIcon(NEUTRINO_ICON_RADIOTEXT);
|
||||||
|
}
|
||||||
|
|
||||||
if (cc_allow_paint)
|
if (cc_allow_paint)
|
||||||
CInfoClock::getInstance()->block();
|
CInfoClock::getInstance()->block();
|
||||||
|
@@ -105,6 +105,7 @@
|
|||||||
#define NEUTRINO_ICON_PERSONALIZE "personalize"
|
#define NEUTRINO_ICON_PERSONALIZE "personalize"
|
||||||
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
|
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
|
||||||
#define NEUTRINO_ICON_QUESTION "question"
|
#define NEUTRINO_ICON_QUESTION "question"
|
||||||
|
#define NEUTRINO_ICON_RADIOTEXT "radiotext"
|
||||||
#define NEUTRINO_ICON_RECORDING "recording"
|
#define NEUTRINO_ICON_RECORDING "recording"
|
||||||
#define NEUTRINO_ICON_SETTINGS "settings"
|
#define NEUTRINO_ICON_SETTINGS "settings"
|
||||||
#define NEUTRINO_ICON_SHELL "shell"
|
#define NEUTRINO_ICON_SHELL "shell"
|
||||||
|
Reference in New Issue
Block a user