refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using CycleGUI;
|
||||
using FairyView;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Library;
|
||||
using StandardScene.Utils;
|
||||
@@ -293,6 +293,7 @@ namespace StandardScene.Charge
|
||||
var dlg = GUI.DeclarePanel()
|
||||
.ShowTitle("选择充电桩")
|
||||
.TopMost(true)
|
||||
.ForceFloat()
|
||||
.InitSize(520, 400)
|
||||
.InitPos(false, 0, 0, 0.5f, 0.5f, 0.5f, 0.5f);
|
||||
dlg.Define(pb =>
|
||||
|
||||
Reference in New Issue
Block a user