refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using CycleGUI;
|
||||
using FairyView;
|
||||
using Newtonsoft.Json;
|
||||
using StandardScene.InterLock;
|
||||
using StandardScene.Utils;
|
||||
@@ -70,7 +70,7 @@ namespace LoopViewerApp
|
||||
|
||||
var panel = GUI.DeclarePanel()
|
||||
.ShowTitle("交通联锁区域管理")
|
||||
.SetDefaultDocking(Panel.Docking.None)
|
||||
.ForceFloat()
|
||||
.InitSize(800, 680)
|
||||
.InitPos(false, 0, 0, 0.5f, 0.5f, 0.5f, 0.5f);
|
||||
_panel = panel;
|
||||
@@ -133,7 +133,7 @@ namespace LoopViewerApp
|
||||
_editingAreaId = areaId;
|
||||
LoadAreaToFields(a);
|
||||
}
|
||||
}, height: 14, enableSearch: true);
|
||||
}, height: CycleUiHelper.TableHeightPx(14), enableSearch: true);
|
||||
|
||||
pb.Separator();
|
||||
pb.Label("数据新增/编辑(点击表格行「编辑」可在此查看并修改该行数据)");
|
||||
|
||||
Reference in New Issue
Block a user