mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
More UI improvements
This commit is contained in:
parent
5a12311c88
commit
2118f1f02d
7 changed files with 27 additions and 17 deletions
|
@ -32,8 +32,15 @@ class CustomRadioListTile extends StatelessWidget {
|
|||
vertical: 12
|
||||
),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(width: 8),
|
||||
CustomRadio(
|
||||
value: value,
|
||||
groupValue: groupValue,
|
||||
backgroundColor: radioBackgroundColor,
|
||||
),
|
||||
const SizedBox(width: 24),
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
@ -62,13 +69,6 @@ class CustomRadioListTile extends StatelessWidget {
|
|||
]
|
||||
],
|
||||
),
|
||||
const SizedBox(width: 16),
|
||||
CustomRadio(
|
||||
value: value,
|
||||
groupValue: groupValue,
|
||||
backgroundColor: radioBackgroundColor,
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue