refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using CycleGUI;
|
||||
using FairyView;
|
||||
using StandardScene.Utils;
|
||||
|
||||
namespace StandardScene.Charge
|
||||
@@ -65,7 +65,7 @@ namespace StandardScene.Charge
|
||||
|
||||
var panel = GUI.DeclarePanel()
|
||||
.ShowTitle("充电策略配置")
|
||||
.SetDefaultDocking(Panel.Docking.None)
|
||||
.ForceFloat()
|
||||
.InitSize(780, 680)
|
||||
.InitPos(false, 0, 0, 0.5f, 0.5f, 0.5f, 0.5f);
|
||||
_panel = panel;
|
||||
|
||||
Reference in New Issue
Block a user