added prj editing page, must change to dialog bcz page too big
This commit is contained in:
@@ -14,8 +14,6 @@ class EditorCard extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
GlobalModel gm = Provider.of<GlobalModel>(context);
|
||||
final Editor edt = gm.nthEdt(id);
|
||||
final String icon =
|
||||
"${edt.name.substring(0, 1).toUpperCase()}${edt.name.substring(1, 2).toLowerCase()}";
|
||||
return YaruBanner(
|
||||
padding: .only(
|
||||
left: kYaruPagePadding,
|
||||
@@ -28,7 +26,7 @@ class EditorCard extends StatelessWidget {
|
||||
|
||||
child: Row(
|
||||
children: [
|
||||
Text("$icon", style: TextStyle(fontSize: 50)),
|
||||
Text("${edt.sname}", style: TextStyle(fontSize: 50)),
|
||||
VerticalDivider(width: 20, thickness: 2),
|
||||
Flexible(
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user