Increased Spacing
This commit is contained in:
@@ -14,8 +14,6 @@ class SettingsView extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _SettingsViewState extends State<SettingsView> {
|
class _SettingsViewState extends State<SettingsView> {
|
||||||
final TextEditingController _gameTitleTextController =
|
|
||||||
TextEditingController();
|
|
||||||
late final int _pointLimit;
|
late final int _pointLimit;
|
||||||
late final int _caboPenalty;
|
late final int _caboPenalty;
|
||||||
bool _isLoading = true;
|
bool _isLoading = true;
|
||||||
@@ -168,7 +166,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
child: Text('Fehler gefunden?'),
|
child: Text('Fehler gefunden?'),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(0, 0, 0, 20),
|
padding: const EdgeInsets.fromLTRB(0, 0, 0, 30),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: CupertinoButton(
|
child: CupertinoButton(
|
||||||
onPressed: () => launchUrl(Uri.parse(
|
onPressed: () => launchUrl(Uri.parse(
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: cabo_counter
|
|||||||
description: "Mobile app for the card game Cabo"
|
description: "Mobile app for the card game Cabo"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.1.6+122
|
version: 0.1.6+124
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.4
|
sdk: ^3.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user