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 Spacer(),
|
||||||
if (App.isDesktop)
|
if (App.isDesktop)
|
||||||
const Expanded(
|
const Expanded(
|
||||||
child: DragToMoveArea(
|
child: SizedBox(
|
||||||
|
height: double.infinity,
|
||||||
|
child: DragToMoveArea(
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
child: Text(
|
child: Text(
|
||||||
"Pixes",
|
"Pixes",
|
||||||
style: TextStyle(fontSize: 13),
|
style: TextStyle(fontSize: 13),
|
||||||
)),
|
),
|
||||||
|
)),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
for (var action in controller.actions)
|
for (var action in controller.actions)
|
||||||
Button(
|
Button(
|
||||||
|
Reference in New Issue
Block a user