TF-3704 Update left padding app grid view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -34,7 +34,7 @@ class _AppGridViewState extends State<AppGridView> {
|
|||||||
return Column(children: [
|
return Column(children: [
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsetsDirectional.only(
|
padding: const EdgeInsetsDirectional.only(
|
||||||
start: 32,
|
start: 24,
|
||||||
end: 4,
|
end: 4,
|
||||||
top: 4,
|
top: 4,
|
||||||
bottom: 4,
|
bottom: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user