removed SizedBox
This commit is contained in:
parent
fa28dd3ab9
commit
15a8460fcd
@ -179,9 +179,7 @@ class _PortForwardPageState extends State<PortForwardPage>
|
|||||||
buildTunnelInputCell(context,
|
buildTunnelInputCell(context,
|
||||||
controller: remotePortController,
|
controller: remotePortController,
|
||||||
inputFormatters: portInputFormatter),
|
inputFormatters: portInputFormatter),
|
||||||
SizedBox(
|
ElevatedButton(
|
||||||
width: _kColumn4Width,
|
|
||||||
child: ElevatedButton(
|
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
elevation: 0, side: const BorderSide(color: MyTheme.border)),
|
elevation: 0, side: const BorderSide(color: MyTheme.border)),
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
@ -208,7 +206,6 @@ class _PortForwardPageState extends State<PortForwardPage>
|
|||||||
translate('Add'),
|
translate('Add'),
|
||||||
),
|
),
|
||||||
).marginAll(10),
|
).marginAll(10),
|
||||||
),
|
|
||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user