summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-18 12:57:05 -0800
committerrichard <none@none>2010-02-18 12:57:05 -0800
commit3af609b55c591ecc572c0872ba1b3013885d8ac9 (patch)
tree930bcc738efb1c84b617680c28f6d3d57beec3de /indra
parent876a764c4f8c71ad8858d07a04e05943583020e1 (diff)
fixed some spacing munged by merge
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llbottomtray.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp
index 463add9f4b..459a61dec3 100644
--- a/indra/newview/llbottomtray.cpp
+++ b/indra/newview/llbottomtray.cpp
@@ -117,7 +117,7 @@ public:
if (gAgent.cameraMouselook())
{
LLBottomTray::getInstance()->setVisible(FALSE);
-}
+ }
}
LLNearbyChatBar* mNearbyChatBar;
@@ -319,7 +319,7 @@ void LLBottomTray::onChange(EStatusType status, const std::string &channelURI, b
}
void LLBottomTray::onMouselookModeOut()
- {
+{
mIsInLiteMode = false;
mBottomTrayLite->setVisible(FALSE);
mNearbyChatBar->getChatBox()->setText(mBottomTrayLite->mNearbyChatBar->getChatBox()->getText());
@@ -350,10 +350,10 @@ void LLBottomTray::setVisible(BOOL visible)
{
mBottomTrayLite->setVisible(visible);
}
- else
- {
+ else
+ {
LLPanel::setVisible(visible);
- }
+ }
if(visible)
gFloaterView->setSnapOffsetBottom(getRect().getHeight());
else
@@ -566,7 +566,7 @@ void LLBottomTray::reshape(S32 width, S32 height, BOOL called_from_parent)
{
BOOL saved_anim = mToolbarStack->getAnimate();
// Set chiclet panel to be autoresized by default.
- mToolbarStack->updatePanelAutoResize(PANEL_CHICLET_NAME, TRUE);
+ mToolbarStack->updatePanelAutoResize(PANEL_CHICLET_NAME, TRUE);
// Disable animation to prevent layout updating in several frames.
mToolbarStack->setAnimate(FALSE);
// Force the updating of layout to reset panels collapse factor.
@@ -1208,10 +1208,10 @@ bool LLBottomTray::setVisibleAndFitWidths(EResizeState object_type, bool visible
// Nothing can be done, give up...
return false;
}
- }
+ }
if (result_width != current_width)
- {
+ {
cur_panel->reshape(result_width, cur_panel->getRect().getHeight());
current_width = result_width;
}