Viewer tags kill adjustments
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>Boolean</string>
|
<string>Boolean</string>
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<integer>1</integer>
|
<integer>0</integer>
|
||||||
</map>
|
</map>
|
||||||
<key>AscentShowSelfTagColor</key>
|
<key>AscentShowSelfTagColor</key>
|
||||||
<map>
|
<map>
|
||||||
|
|||||||
@@ -54,16 +54,12 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "llworld.h"
|
#include "llworld.h"
|
||||||
|
|
||||||
#include "llsdutil.h"
|
#include "llsdutil.h"
|
||||||
|
|
||||||
#include "llaudioengine.h"
|
#include "llaudioengine.h"
|
||||||
|
|
||||||
#include "llstartup.h"
|
#include "llstartup.h"
|
||||||
|
|
||||||
//<edit>
|
|
||||||
#include "llviewermenu.h"
|
#include "llviewermenu.h"
|
||||||
//</edit>
|
|
||||||
|
#include "hippogridmanager.h"
|
||||||
|
|
||||||
// [RLVa:KB]
|
// [RLVa:KB]
|
||||||
#include "rlvhandler.h"
|
#include "rlvhandler.h"
|
||||||
@@ -264,6 +260,16 @@ void LLFloaterAvatarList::createInstance(bool visible)
|
|||||||
sInstance->setVisible(FALSE);
|
sInstance->setVisible(FALSE);
|
||||||
gSavedSettings.setBOOL("ShowRadar", FALSE);
|
gSavedSettings.setBOOL("ShowRadar", FALSE);
|
||||||
}
|
}
|
||||||
|
if(gHippoGridManager->getConnectedGrid()->isSecondLife()){
|
||||||
|
LLScrollListCtrl* list = sInstance->getChild<LLScrollListCtrl>("avatar_list");
|
||||||
|
list->getColumn(1)->setWidth(0);
|
||||||
|
list->getColumn(6)->setWidth(0);
|
||||||
|
list->getColumn(6)->mDynamicWidth = FALSE;
|
||||||
|
list->getColumn(6)->mRelWidth = 0;
|
||||||
|
list->getColumn(1)->mDynamicWidth = TRUE;
|
||||||
|
list->getColumn(1)->mRelWidth = -1;
|
||||||
|
list->updateLayout();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//static
|
//static
|
||||||
void LLFloaterAvatarList::toggle(void*)
|
void LLFloaterAvatarList::toggle(void*)
|
||||||
|
|||||||
Reference in New Issue
Block a user