Skip to content

Commit

Permalink
Fix canvas align in skill view
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Feb 22, 2015
1 parent 387969b commit 68f8931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/mygui/openmw_stats_window.layout
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@

<!-- Player skills, factions, birthsign and reputation -->
<Widget type="Widget" skin="MW_Box" position="8 8 248 292" align="Left Stretch" name="Skills">
<Widget type="ScrollView" skin="MW_ScrollView" position="4 4 240 284" align="Left Top Stretch" name="SkillView"/>
<Widget type="ScrollView" skin="MW_ScrollView" position="4 4 240 284" align="Left Top Stretch" name="SkillView">
<Property key="CanvasAlign" value="Left Top"/>
</Widget>
</Widget>

</Widget>
Expand Down

0 comments on commit 68f8931

Please sign in to comment.