Skip to content
Snippets Groups Projects
Commit 1ec8ca37 authored by Justin C. Rounds (Chuck)'s avatar Justin C. Rounds (Chuck)
Browse files
parent 447d1c64
No related branches found
No related tags found
No related merge requests found
...@@ -4,106 +4,100 @@ ...@@ -4,106 +4,100 @@
Single instance - only have one at a time, recycle it each spawn Single instance - only have one at a time, recycle it each spawn
--> -->
<floater <floater
legacy_header_height="18" legacy_header_height="25"
bevel_style="in" bevel_style="in"
bg_opaque_image="Inspector_Background" bg_opaque_image="Inspector_Background"
can_close="false" can_close="false"
can_minimize="false" can_minimize="false"
height="138" height="148"
layout="topleft" layout="topleft"
name="inspect_group" name="inspect_group"
single_instance="true" single_instance="true"
sound_flags="0" sound_flags="0"
visible="true" visible="true"
width="245"> width="228">
<string name="PrivateGroup">Private group</string> <string name="PrivateGroup">Private group</string>
<string name="FreeToJoin">Free to join</string> <string name="FreeToJoin">Free to join</string>
<string name="CostToJoin">L$[AMOUNT] to join</string> <string name="CostToJoin">L$[AMOUNT] to join</string>
<string name="YouAreMember">You are a member</string> <string name="YouAreMember">You are a member</string>
<text <text
follows="all" follows="all"
font="SansSerifLargeBold" font="SansSerifLarge"
height="18" height="16"
left="8" left="8"
name="group_name" name="group_name"
top="5" top="10"
text_color="white" text_color="White"
use_ellipses="true" use_ellipses="true"
width="240" width="175"
word_wrap="false"> word_wrap="false">
Grumpity&apos;s Grumpy Group of Moose Grumpity&apos;s Grumpy Group of Moose
</text> </text>
<text <text
follows="all" follows="all"
font="SansSerifSmallBold" font="SansSerifSmall"
text_color="White" text_color="White"
height="18" height="16"
left="8" left="8"
name="group_subtitle" name="group_subtitle"
use_ellipses="true" use_ellipses="true"
top_pad="0" width="175">
width="170">
123 members 123 members
</text> </text>
<text <text
follows="all" follows="all"
height="50" height="45"
left="8" left="8"
name="group_details" name="group_details"
top_pad="0" top_pad="6"
width="170" width="220"
word_wrap="true"> word_wrap="true">
A group of folks charged with creating a room with a moose. A group of folks charged with creating a room with a moose.
Fear the moose! Fear it! And the mongoose too! Fear the moose! Fear it! And the mongoose too!
</text> </text>
<text <text
follows="all" follows="all"
height="15" height="13"
left="8" left="8"
name="group_cost" name="group_cost"
top_pad="2" top_pad="3"
width="170"> width="220">
L$123 to join L$123 to join
</text> </text>
<icon <icon
follows="all" follows="all"
height="38" height="38"
right="-25" right="-10"
mouse_opaque="true" mouse_opaque="true"
name="group_icon" name="group_icon"
top="24" top="10"
width="38" /> width="38"
<!-- Must be tab_stop="true" so something can hold focus even when the bevel_style="in" />
other buttons are disabled or invisible, otherwise inspector closes -->
<button
follows="top|left"
height="18"
image_disabled="ForwardArrow_Disabled"
image_selected="ForwardArrow_Press"
image_unselected="ForwardArrow_Off"
name="view_profile_btn"
right="-8"
top="35"
left_delta="110"
tab_stop="true"
width="18"
commit_callback.function="InspectGroup.ViewProfile" />
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
label="Join" label="Join"
left="8" left="8"
top="246" top="266"
name="join_btn" name="join_btn"
width="100" width="103"
commit_callback.function="InspectGroup.Join"/> commit_callback.function="InspectGroup.Join"/>
<button <button
follows="bottom|left" follows="bottom|left"
height="23" height="23"
label="Leave" label="Leave"
left="8" left="8"
top="246" top="266"
name="leave_btn" name="leave_btn"
width="100" width="103"
commit_callback.function="InspectGroup.Leave"/> commit_callback.function="InspectGroup.Leave"/>
<button
follows="bottom|left"
height="23"
label="View Profile"
name="view_profile_btn"
top="266"
left="117"
width="103"
commit_callback.function="InspectGroup.ViewProfile" />
</floater> </floater>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment