From d8cd3239ede0edff6d920764cead55311fa99c4e Mon Sep 17 00:00:00 2001 From: Ilia Popov Date: Sat, 18 Sep 2010 20:24:13 +0200 Subject: [PATCH] Decreased size of font used for quick exif info parameters --- rtgui/editorpanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/editorpanel.cc b/rtgui/editorpanel.cc index b7bc6a3ec..bcdd2899e 100644 --- a/rtgui/editorpanel.cc +++ b/rtgui/editorpanel.cc @@ -465,7 +465,7 @@ void EditorPanel::info_toggled () { // M("QINFO_FOCALLENGTH"), idata->getFocalLen()) // + Glib::ustring::compose ("%1: %2", M("QINFO_LENS"), Glib::ustring(idata->getLens())); infoString = Glib::ustring::compose ( - "%1 + %2\n%3s f/%4 %5%6 f=%7mm", + "%1 + %2\n%3s f/%4 %5%6 f=%7mm", Glib::ustring(idata->getModel()), Glib::ustring(idata->getLens()), Glib::ustring(idata->shutterToString(idata->getShutterSpeed())),