mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Small bugfix for licenses page
This commit is contained in:
parent
5035d1d2c1
commit
8fd72718b8
2 changed files with 1 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ class AboutSettingsPage extends ConsumerWidget {
|
|||
applicationIcon: const FladderIcon(size: 55),
|
||||
applicationVersion: applicationInfo.versionPlatformBuild,
|
||||
applicationLegalese: "DonutWare",
|
||||
useRootNavigator: true,
|
||||
),
|
||||
child: Text(context.localized.aboutLicenses),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ class _SettingsUpdateInformationState extends ConsumerState<SettingsUpdateInform
|
|||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
child: ListView(
|
||||
// spacing: 8,
|
||||
shrinkWrap: true,
|
||||
children: [
|
||||
const Divider(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue