forked from zinnschlag/openmw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dialog for editing description in custom class dialog.
- Loading branch information
Showing
5 changed files
with
123 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
extern/mygui_3.0.1/openmw_resources/openmw_chargen_class_description_layout.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<MyGUI type="Layout"> | ||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 249 249" name="_Main"> | ||
|
||
<!-- Edit box --> | ||
<Widget type="Edit" skin="MW_TextBoxEdit" position="14 14 220 192" name="TextEdit" align="ALIGN_LEFT ALIGN_TOP STRETCH"> | ||
<Property key="Edit_MultiLine" value="1" /> | ||
<Property key="Edit_VisibleVScroll" value="1" /> | ||
<Property key="Edit_WordWrap" value="1" /> | ||
</Widget> | ||
|
||
<!-- Dialog buttons --> | ||
<Widget type="Button" skin="MW_Button" position="177 214 57 24" name="OKButton"> | ||
<Property key="Widget_Caption" value="Enter"/> | ||
</Widget> | ||
</Widget> | ||
</MyGUI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters