From e9bca5d52ab69f25568b344081e9ae0b699a0ade Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 9 Dec 2009 13:02:51 -0800 Subject: EXT-2980 Remove indentation on back button history list. Design reviewed with Lis --- indra/newview/llnavigationbar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 9797c01371..08bc1fac8b 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -127,7 +127,6 @@ LLTeleportHistoryMenuItem::LLTeleportHistoryMenuItem(const Params& p) if (p.item_type == TYPE_BACKWARD) { setFont( p.back_item_font ); - setLabel(std::string(" ") + std::string(p.label)); } else if (p.item_type == TYPE_CURRENT) { @@ -136,7 +135,6 @@ LLTeleportHistoryMenuItem::LLTeleportHistoryMenuItem(const Params& p) else { setFont( p.forward_item_font ); - setLabel(std::string(" ") + std::string(p.label)); } LLIconCtrl::Params icon_params; -- cgit v1.2.3