mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-31 04:50:16 +02:00
More adaptive column spacing in apps list (#485)
This commit is contained in:
@@ -406,7 +406,8 @@ class AppsPageState extends State<AppsPage> {
|
||||
children: [
|
||||
Row(mainAxisSize: MainAxisSize.min, children: [
|
||||
Container(
|
||||
constraints: const BoxConstraints(maxWidth: 150),
|
||||
constraints: BoxConstraints(
|
||||
maxWidth: MediaQuery.of(context).size.width / 4),
|
||||
child: Text(
|
||||
getVersionText(index),
|
||||
overflow: TextOverflow.ellipsis,
|
||||
|
Reference in New Issue
Block a user