note popup padding reduction
This commit is contained in:
parent
4b270ca00b
commit
39e8c6df2d
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class _BuildNotesListState extends State<BuildNotesList> {
|
|||
child: Stack(
|
||||
children: [
|
||||
Container(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
padding: const EdgeInsets.all(15.0),
|
||||
width: 700.0,
|
||||
//height: 475.0,
|
||||
decoration: BoxDecoration(
|
||||
|
|
@ -64,7 +64,7 @@ class _BuildNotesListState extends State<BuildNotesList> {
|
|||
required: false,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 25.0),
|
||||
//const SizedBox(height: 25.0),
|
||||
// SizedBox(
|
||||
// width: 300,
|
||||
// height: 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue