Adjust tab height slightly
This commit is contained in:
parent
d8bcd0a227
commit
2123b1684f
|
|
@ -599,7 +599,7 @@ class InvoiceEditDesktopState extends State<InvoiceEditDesktop>
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 174,
|
height: 176,
|
||||||
child: TabBarView(
|
child: TabBarView(
|
||||||
controller: _optionTabController,
|
controller: _optionTabController,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue