diff options
author | McCabe Maxsted | 2009-09-29 00:38:10 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-29 00:40:04 -0700 |
commit | 4848bcd1c547c3fed705f57053fdc10df9855885 (patch) | |
tree | 02c2b748262b45c59a7bc3ae57435539e10cef67 /linden/indra/newview | |
parent | Fixed Advanced Sky only toggling once (diff) | |
download | meta-impy-4848bcd1c547c3fed705f57053fdc10df9855885.zip meta-impy-4848bcd1c547c3fed705f57053fdc10df9855885.tar.gz meta-impy-4848bcd1c547c3fed705f57053fdc10df9855885.tar.bz2 meta-impy-4848bcd1c547c3fed705f57053fdc10df9855885.tar.xz |
Renamed ScriptBgReadOnlyColor to ScrollReadOnlyColor so we don't lose it in a merge
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/llpanelavatar.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/colors_base.xml | 2 | ||||
-rw-r--r-- | linden/indra/newview/skins/silver/colors_base.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/newview/llpanelavatar.cpp b/linden/indra/newview/llpanelavatar.cpp index 5fed44c..872c5e7 100644 --- a/linden/indra/newview/llpanelavatar.cpp +++ b/linden/indra/newview/llpanelavatar.cpp | |||
@@ -1567,7 +1567,7 @@ void LLPanelAvatar::resetGroupList() | |||
1567 | else | 1567 | else |
1568 | { | 1568 | { |
1569 | row["columns"][0]["value"] = group_string + " " + getString("HiddenLabel"); | 1569 | row["columns"][0]["value"] = group_string + " " + getString("HiddenLabel"); |
1570 | row["columns"][0]["color"] = gColors.getColor("ScriptBgReadOnlyColor").getValue(); | 1570 | row["columns"][0]["color"] = gColors.getColor("ScrollReadOnlyColor").getValue(); |
1571 | } | 1571 | } |
1572 | group_list->addElement(row); | 1572 | group_list->addElement(row); |
1573 | } | 1573 | } |
@@ -2086,7 +2086,7 @@ void LLPanelAvatar::processAvatarGroupsReply(LLMessageSystem *msg, void**) | |||
2086 | else | 2086 | else |
2087 | { | 2087 | { |
2088 | row["columns"][0]["value"] = group_string + " " + self->getString("HiddenLabel"); | 2088 | row["columns"][0]["value"] = group_string + " " + self->getString("HiddenLabel"); |
2089 | row["columns"][0]["color"] = gColors.getColor("ScriptBgReadOnlyColor").getValue(); | 2089 | row["columns"][0]["color"] = gColors.getColor("ScrollReadOnlyColor").getValue(); |
2090 | } | 2090 | } |
2091 | if (group_list) | 2091 | if (group_list) |
2092 | { | 2092 | { |
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml index 9ad1787..8f0fc29 100644 --- a/linden/indra/newview/skins/default/colors_base.xml +++ b/linden/indra/newview/skins/default/colors_base.xml | |||
@@ -68,7 +68,6 @@ | |||
68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> | 68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> |
69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> | 69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> |
70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> | 70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> |
71 | <ScriptBgReadOnlyColor value="100, 100, 100, 255" /> <!-- Not used --> | ||
72 | <TextLinkColor value="144, 165, 208, 255"/> | 71 | <TextLinkColor value="144, 165, 208, 255"/> |
73 | <TextLinkHoverColor value="255, 255, 255, 255"/> | 72 | <TextLinkHoverColor value="255, 255, 255, 255"/> |
74 | 73 | ||
@@ -83,6 +82,7 @@ | |||
83 | <ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color --> | 82 | <ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color --> |
84 | <ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar --> | 83 | <ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar --> |
85 | <ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background --> | 84 | <ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background --> |
85 | <ScrollReadOnlyColor value="100, 100, 100, 255" /> <!-- Color for inactive but not disabled lists --> | ||
86 | 86 | ||
87 | <!-- MENUS --> | 87 | <!-- MENUS --> |
88 | <MenuBarBgColor value="62, 62, 62, 255" /> <!-- Menu bar background --> | 88 | <MenuBarBgColor value="62, 62, 62, 255" /> <!-- Menu bar background --> |
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml index abe61bf..6a94489 100644 --- a/linden/indra/newview/skins/silver/colors_base.xml +++ b/linden/indra/newview/skins/silver/colors_base.xml | |||
@@ -68,7 +68,6 @@ | |||
68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> | 68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> |
69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> | 69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> |
70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> | 70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> |
71 | <ScriptBgReadOnlyColor value="180, 180, 180, 255" /> <!-- Not used --> | ||
72 | <TextLinkColor value="0, 20, 255, 255"/> | 71 | <TextLinkColor value="0, 20, 255, 255"/> |
73 | <TextLinkHoverColor value="0, 50, 255, 255"/> | 72 | <TextLinkHoverColor value="0, 50, 255, 255"/> |
74 | 73 | ||
@@ -83,7 +82,8 @@ | |||
83 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> | 82 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> |
84 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> | 83 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> |
85 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> | 84 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> |
86 | 85 | <ScrollReadOnlyColor value="180, 180, 180, 255" /> <!-- Color for inactive but not disabled lists --> | |
86 | |||
87 | <!-- MENUS --> | 87 | <!-- MENUS --> |
88 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> | 88 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> |
89 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> | 89 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> |