Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
d79f0413
Commit
d79f0413
authored
1 year ago
by
Logue
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of git.alchemyviewer.org:alchemy/alchemy-next
parents
fccb6282
72100ef8
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llui/lltextbox.h
+6
-0
6 additions, 0 deletions
indra/llui/lltextbox.h
indra/newview/skins/default/xui/en/panel_preferences_interface.xml
+24
-0
24 additions, 0 deletions
...view/skins/default/xui/en/panel_preferences_interface.xml
with
30 additions
and
0 deletions
indra/llui/lltextbox.h
+
6
−
0
View file @
d79f0413
...
@@ -79,6 +79,12 @@ class LLTextBox :
...
@@ -79,6 +79,12 @@ class LLTextBox :
LLUIString
mText
;
LLUIString
mText
;
callback_t
mClickedCallback
;
callback_t
mClickedCallback
;
bool
mShowCursorHand
;
bool
mShowCursorHand
;
protected
:
virtual
std
::
string
_getSearchText
()
const
{
return
LLTextBase
::
_getSearchText
()
+
mText
.
getString
();
}
};
};
// Build time optimization, generate once in .cpp file
// Build time optimization, generate once in .cpp file
...
...
This diff is collapsed.
Click to expand it.
indra/newview/skins/default/xui/en/panel_preferences_interface.xml
+
24
−
0
View file @
d79f0413
...
@@ -232,4 +232,28 @@
...
@@ -232,4 +232,28 @@
value=
"3"
value=
"3"
width=
"90"
/>
width=
"90"
/>
</radio_group>
</radio_group>
<text
type=
"string"
length=
"1"
follows=
"left|top"
height=
"10"
layout=
"topleft"
left=
"30"
name=
"World Effects"
mouse_opaque=
"false"
top_pad=
"5"
width=
"300"
>
World Effects:
</text>
<check_box
follows=
"left|top"
height=
"16"
label=
"Create particle effects when scripts communicate"
layout=
"topleft"
tool_tip=
"If enabled scripted objects display swirling particle lights when the scripts communicate"
left=
"45"
top_pad=
"7"
name=
"EffectScriptChatParticles"
width=
"275"
control_name=
"EffectScriptChatParticles"
/>
</panel>
</panel>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment