From 94640e05003899fe89b5890c3cc00b18e561a0da Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 8 Mar 2018 22:15:53 +0100 Subject: [PATCH] icons: add icon for timer button Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5752a3bd3c61dbc19f2befa840a215e3ef650a85 Author: vanhofen Date: 2018-03-08 (Thu, 08 Mar 2018) Origin message was: ------------------ - icons: add icon for timer button ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/icons/buttons/Makefile.am | 1 + data/icons/buttons/btn_timer.png | Bin 0 -> 685 bytes src/gui/widget/icons.h | 1 + 3 files changed, 2 insertions(+) create mode 100644 data/icons/buttons/btn_timer.png diff --git a/data/icons/buttons/Makefile.am b/data/icons/buttons/Makefile.am index 91af96fb2..cdf0f98c6 100644 --- a/data/icons/buttons/Makefile.am +++ b/data/icons/buttons/Makefile.am @@ -19,6 +19,7 @@ install_DATA = \ btn_record_active.png \ btn_record_inactive.png \ btn_stop.png \ + btn_timer.png \ down.png \ dummy.png \ dummy_small.png \ diff --git a/data/icons/buttons/btn_timer.png b/data/icons/buttons/btn_timer.png new file mode 100644 index 0000000000000000000000000000000000000000..0a5344bbbcc68b9b28daa95c7f9c232bb7d9cb24 GIT binary patch literal 685 zcmV;e0#f~nP)rfQOKiAs~g%pwu!ri)=PEzPnSE-mu-ryi_vgn`S|Iq)Tppytrx){aI z?b5yN=47zLO&|e>a+^23pqS`;=vnVMAI^{OIai#Wo&7S#TuLeHe8Y?}uTsjRnla|` z>FKGSB*}MpIF3_qHk(&9DdndyAp}AQ0P;L1&+}5hBuS7`)@xND%d+r1k5;RNQVM|Q z=V#{gIa+I0t5s=SDbVvgf*_#V?UH2~o12>eESF0T4-c74CfwcK5y$a|*o`vS@$oV3 zcAJ}<8wP_x@irI?xV^ol-EPzG_isilTR7-*^k0&1TrPO{dfOGLufHgKgW)=kszPfYzGHWWxUbK3iK`l`!A; z+1uM=JRYO9u9nSewIU2dqA23@^psw&_fEX7>(cA>I5{~XiXy@={IG%_R!?iq#l;0d z5O8pC!0zrYX_^AiXf&{GoAG!|7>1>*SGvnuYp$=a8I4BxzF!=ND2kZPX2fy)f5+i( z`7bXoESJlFI$uQ(jWMr|<5W82dCq#hX1!j23UeF>W6Wz!N_o_5Hm`o@3;6v9`~L|B TsC^8a00000NkvXXu0mjfv{F7} literal 0 HcmV?d00001 diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index c72037e5e..2b90dbd95 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -69,6 +69,7 @@ #define NEUTRINO_ICON_BUTTON_RECORD_ACTIVE "btn_record_active" #define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive" #define NEUTRINO_ICON_BUTTON_STOP "btn_stop" +#define NEUTRINO_ICON_BUTTON_TIMER "btn_timer" #define NEUTRINO_ICON_BUTTON_LONGPRESS "longpress"