make about dialog more responsive
This commit is contained in:
parent
082f4b35f0
commit
4472062740
1 changed files with 26 additions and 22 deletions
|
|
@ -172,10 +172,12 @@ class SettingsPage extends ConsumerWidget {
|
|||
spacing: 12,
|
||||
children: [
|
||||
SvgPicture.asset("assets/icon.svg", width: 64),
|
||||
Column(
|
||||
Expanded(
|
||||
child: Column(
|
||||
crossAxisAlignment: .start,
|
||||
children: [
|
||||
Row(
|
||||
Wrap(
|
||||
crossAxisAlignment: .center,
|
||||
spacing: 4,
|
||||
children: [
|
||||
Text(
|
||||
|
|
@ -189,13 +191,15 @@ class SettingsPage extends ConsumerWidget {
|
|||
),
|
||||
|
||||
Text(
|
||||
"A simple and user-friendly Matrix client.",
|
||||
"A simple and user-friendly Matrix client",
|
||||
overflow: .ellipsis,
|
||||
style: Theme.of(
|
||||
context,
|
||||
).textTheme.titleMedium,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
M3ECardColumn(
|
||||
|
|
|
|||
Loading…
Reference in a new issue