Starlight? Wat dat?
parent
d86107490c
commit
8dc785c484
|
|
@ -20974,7 +20974,7 @@ Change of this parameter will affect the layout of buttons in notification toast
|
||||||
<key>Value</key>
|
<key>Value</key>
|
||||||
<real>0.0</real>
|
<real>0.0</real>
|
||||||
</map>
|
</map>
|
||||||
<key>StarLightShowMapDetails</key>
|
<key>FSShowMapDetails</key>
|
||||||
<map>
|
<map>
|
||||||
<key>Comment</key>
|
<key>Comment</key>
|
||||||
<string>Show the details panel on the side of the World Map</string>
|
<string>Show the details panel on the side of the World Map</string>
|
||||||
|
|
|
||||||
|
|
@ -691,7 +691,7 @@ void LLPanelStandStopFlying::reparent(LLFloaterMove* move_view)
|
||||||
|
|
||||||
// Attach to movement controls.
|
// Attach to movement controls.
|
||||||
parent->removeChild(this);
|
parent->removeChild(this);
|
||||||
// <FS:Ansariel> FIRE-9636: Resizable movement controls (for all skins except Starlight/CUI)
|
// <FS:Ansariel> FIRE-9636: Resizable movement controls
|
||||||
//move_view->addChild(this);
|
//move_view->addChild(this);
|
||||||
LLView* modes_container = move_view->findChildView("modes_container");
|
LLView* modes_container = move_view->findChildView("modes_container");
|
||||||
if (modes_container)
|
if (modes_container)
|
||||||
|
|
|
||||||
|
|
@ -1015,16 +1015,13 @@ with the same filename but different name
|
||||||
<texture name="System_Notification" file_name="icons/SL_Logo.png" preload="true"/>
|
<texture name="System_Notification" file_name="icons/SL_Logo.png" preload="true"/>
|
||||||
<texture name="Icon_Attachment_Small" file_name="icons/Icon_Attachment_Small.png" preload="true"/>
|
<texture name="Icon_Attachment_Small" file_name="icons/Icon_Attachment_Small.png" preload="true"/>
|
||||||
<texture name="Icon_Attachment_Large" file_name="icons/Icon_Attachment_Large.png" preload="true"/>
|
<texture name="Icon_Attachment_Large" file_name="icons/Icon_Attachment_Large.png" preload="true"/>
|
||||||
|
|
||||||
<!-- StarLight Textures -->
|
|
||||||
|
|
||||||
<texture name="SpeakBtn_Left_Selected_Press" file_name="widgets/SpeakBtn_Left_Selected_Press.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
|
||||||
<texture name="SpeakBtn_Left_Off" file_name="widgets/SpeakBtn_Left_Off.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
|
||||||
<texture name="SpeakBtn_Right_Selected_Press" file_name="widgets/SpeakBtn_Right_Selected_Press.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
|
||||||
<texture name="SpeakBtn_Right_Off" file_name="widgets/SpeakBtn_Right_Off.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
|
||||||
|
|
||||||
<!-- Firestorm Textures -->
|
<!-- Firestorm Textures -->
|
||||||
|
|
||||||
|
<texture name="SpeakBtn_Left_Selected_Press" file_name="widgets/SpeakBtn_Left_Selected_Press.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
||||||
|
<texture name="SpeakBtn_Left_Off" file_name="widgets/SpeakBtn_Left_Off.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
||||||
|
<texture name="SpeakBtn_Right_Selected_Press" file_name="widgets/SpeakBtn_Right_Selected_Press.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
||||||
|
<texture name="SpeakBtn_Right_Off" file_name="widgets/SpeakBtn_Right_Off.png" preload="true" scale.left="4" scale.top="19" scale.right="22" scale.bottom="4" />
|
||||||
<texture name="profile_icon_24x24" file_name="icons/profile_icon_24x24.png" preload="false" />
|
<texture name="profile_icon_24x24" file_name="icons/profile_icon_24x24.png" preload="false" />
|
||||||
<texture name="sale_icon_24x24" file_name="icons/sale_icon_24x24.png" preload="false" />
|
<texture name="sale_icon_24x24" file_name="icons/sale_icon_24x24.png" preload="false" />
|
||||||
<texture name="call_icon_24x24" file_name="icons/call_icon_24x24.png" preload="false" />
|
<texture name="call_icon_24x24" file_name="icons/call_icon_24x24.png" preload="false" />
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
control_name="StarLightShowMapDetails"
|
control_name="FSShowMapDetails"
|
||||||
follows="all"
|
follows="all"
|
||||||
height="512"
|
height="512"
|
||||||
image_unselected="Arrow_Left_Unscaled"
|
image_unselected="Arrow_Left_Unscaled"
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
left_delta="0"
|
left_delta="0"
|
||||||
min_width="258"
|
min_width="258"
|
||||||
height="512"
|
height="512"
|
||||||
visibility_control="StarLightShowMapDetails"
|
visibility_control="FSShowMapDetails"
|
||||||
auto_resize="false"
|
auto_resize="false"
|
||||||
name="map_details_panel">
|
name="map_details_panel">
|
||||||
<panel
|
<panel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue