mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
fix drag issue
This commit is contained in:
@@ -269,11 +269,17 @@ class _MainPageState extends State<MainPage> with WindowListener {
|
||||
if (!App.isDesktop) const Spacer(),
|
||||
if (App.isDesktop)
|
||||
const Expanded(
|
||||
child: DragToMoveArea(
|
||||
child: SizedBox(
|
||||
height: double.infinity,
|
||||
child: DragToMoveArea(
|
||||
child: Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(
|
||||
"Pixes",
|
||||
style: TextStyle(fontSize: 13),
|
||||
)),
|
||||
"Pixes",
|
||||
style: TextStyle(fontSize: 13),
|
||||
),
|
||||
)),
|
||||
),
|
||||
),
|
||||
for (var action in controller.actions)
|
||||
Button(
|
||||
|
Reference in New Issue
Block a user