From db03e25de53c50dcf843789f6f2b30e0ed3b1e4b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 27 May 2013 21:44:05 +0200 Subject: [PATCH] filebrowser: using bigger help button in buttonbar Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d9a4f7eba85c91a4559112eece4e7d0a6c60ffb6 Author: vanhofen Date: 2013-05-27 (Mon, 27 May 2013) Origin message was: ------------------ - filebrowser: using bigger help button in buttonbar ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/filebrowser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/filebrowser.cpp b/src/gui/filebrowser.cpp index 65cf7bb81..329210d56 100644 --- a/src/gui/filebrowser.cpp +++ b/src/gui/filebrowser.cpp @@ -1451,9 +1451,9 @@ void CFileBrowser::paintFoot() const struct button_label FileBrowserButtons2[3] = { - { NEUTRINO_ICON_BUTTON_OKAY , LOCALE_FILEBROWSER_SELECT }, - { NEUTRINO_ICON_BUTTON_HELP_SMALL , sortByNames[g_settings.filebrowser_sortmethod] }, - { NEUTRINO_ICON_BUTTON_MUTE_SMALL, LOCALE_FILEBROWSER_DELETE }, + { NEUTRINO_ICON_BUTTON_OKAY , LOCALE_FILEBROWSER_SELECT }, + { NEUTRINO_ICON_BUTTON_HELP , sortByNames[g_settings.filebrowser_sortmethod] }, + { NEUTRINO_ICON_BUTTON_MUTE_SMALL , LOCALE_FILEBROWSER_DELETE }, }; // int iw = 0, ih = 0;