Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion gui/WindowSkillTree.layout
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

<GUILayout version="4" >
<Window type="OD/FrameWindow" name="SkillTreeWindow" >
<Property name="Area" value="{{0.5,-305},{0.5,-196},{0.5,305},{0.5,196}}" />
<!-- The three skill columns and the button bar need a 610x380 client
area; the OD/FrameWindow frame is 36px per side plus a 27px
titlebar, so the window itself must be 690x450. -->
<Property name="Area" value="{{0.5,-345},{0.5,-225},{0.5,345},{0.5,225}}" />
<Property name="Text" value="Skill Tree" />
<Property name="SizingEnabled" value="False" />
<Window type="OD/StaticImage" name="Skills" >
Expand Down