diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-08-31 17:02:55 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-08-31 17:02:55 -0700 |
commit | 1836dd12c9b45e90aeab095dd4cc3e9cdcaf2190 (patch) | |
tree | bc0b3f483650d252dc56d49d5955ef72b3d89a69 /indra/llui | |
parent | 2154bccdc4ef79bc2d593daad85d1344e9177bcf (diff) |
EXP-1149 FIX Log in Screen: Replace the new mode selector with the old one
improved graphics and layout for logged in mode selector
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llcombobox.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp index cddda03faf..89d8842393 100644 --- a/indra/llui/llcombobox.cpp +++ b/indra/llui/llcombobox.cpp @@ -525,15 +525,12 @@ void LLComboBox::createLineEditor(const LLComboBox::Params& p) else { mButton->setRect(rect); - mButton->setTabStop(TRUE); - mButton->setHAlign(LLFontGL::LEFT); mButton->setLabel(mLabel.getString()); if (mTextEntry) { mTextEntry->setVisible(FALSE); } - mButton->setFollowsAll(); } } |