Center title in SFTP/Apt
This commit is contained in:
@@ -54,6 +54,7 @@ class _AptManagePageState extends State<AptManagePage>
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
centerTitle: true,
|
||||
title: TwoLineText(up: 'Apt', down: widget.spi.ip),
|
||||
actions: [
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user