Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f92b56d

Browse files
committed
Fixed Save button in editor
1 parent eeb40e5 commit f92b56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EventScriptEditorWindow.gui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ new GuiControl(EventScriptEditorWindow) {
3434
closeCommand = "EventScriptClient_closeEditor(false);";
3535

3636
new GuiBitmapButtonCtrl() {
37-
profile = "GuiButtonProfile";
37+
profile = "BlockButtonProfile";
3838
horizSizing = "left";
3939
vertSizing = "bottom";
40-
position = "280 4";
41-
extent = "56 17";
40+
position = "280 3";
41+
extent = "56 19";
4242
minExtent = "8 2";
4343
enabled = "1";
4444
visible = "1";

0 commit comments

Comments
 (0)