Skip to content

Commit

Permalink
Merge pull request Perchik71#83 from yak3d/ckpe-80_fix_quest_script_frag
Browse files Browse the repository at this point in the history
"Fixed" the papyrus fragment dialog
  • Loading branch information
Perchik71 authored Nov 27, 2024
2 parents 756e4eb + 5c209e6 commit ff545b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Dialogs/SF/447.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Style": ["DS_SETFONT", "DS_FIXEDSYS", "DS_CONTROL", "WS_CHILD"],
"Width": 231,
"Height": 244,
"FontName": "MS Shell Dlg",
"FontSize": 8,
"FontWeight": 400,
"FontItalic": 0,
"Controls": [
{ "Type": "EDITTEXT", "Style": ["ES_LEFT", "ES_MULTILINE", "ES_AUTOVSCROLL", "ES_AUTOHSCROLL", "ES_WANTRETURN", "WS_VSCROLL", "WS_HSCROLL"], "Id": 5463, "x": 0, "y": 16, "Width": 231, "Height": 40 },
{ "Type": "PUSHBUTTON", "Title": "Compile", "Id": 5465, "x": 0, "y": 57, "Width": 50, "Height": 11 },
{ "ClassName": "BUTTON", "Title": "Properties", "Id": 5443, "x": 118, "y": 57, "Width": 59, "Height": 11 },
{ "Type": "PUSHBUTTON", "Title": "Edit", "Id": 5464, "x": 181, "y": 57, "Width": 50, "Height": 11 },
{ "Type": "RTEXT", "Title": "Var name here:", "Id": 5469, "x": 0, "y": 2, "Width": 50, "Height": 8 },
{ "Type": "COMBOBOX", "Style": ["CBS_DROPDOWNLIST", "CBS_SORT", "WS_VSCROLL"], "Id": 5470, "x": 55, "y": 0, "Width": 176, "Height": 65 }
]
}
Binary file modified Dialogs/SF/CreationKitPlatformExtended_SF_Dialogs.pak
Binary file not shown.

0 comments on commit ff545b4

Please sign in to comment.