From e492048eab61f4cfd0394a72f7dc1d6fe5edfc86 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 26 May 2013 23:06:58 +0200 Subject: [PATCH] - channellist: using small buttons in buttonbar --- src/gui/channellist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 92204b633..02be6b5c1 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1724,8 +1724,8 @@ struct button_label SChannelListButtons_SMode[NUM_LIST_BUTTONS_SORT] = { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_INFOVIEWER_NEXT}, { NEUTRINO_ICON_BUTTON_RECORD_INACTIVE, NONEXISTANT_LOCALE}, { NEUTRINO_ICON_BUTTON_PLAY, LOCALE_EXTRA_KEY_PIP_CLOSE}, - { NEUTRINO_ICON_BUTTON_INFO, NONEXISTANT_LOCALE}, - { NEUTRINO_ICON_BUTTON_MENU, NONEXISTANT_LOCALE}, + { NEUTRINO_ICON_BUTTON_INFO_SMALL, NONEXISTANT_LOCALE}, + { NEUTRINO_ICON_BUTTON_MENU_SMALL, NONEXISTANT_LOCALE}, { NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE, NONEXISTANT_LOCALE} };