fix install diogram
This commit is contained in:
@@ -9,16 +9,19 @@ class MainPageUser(ft.Column):
|
||||
|
||||
super().__init__(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
horizontal_alignment=ft.CrossAxisAlignment.CENTER,
|
||||
spacing=self.spacing_groop,
|
||||
controls=[
|
||||
ft.Row(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
spacing=self.spacing_groop,
|
||||
run_spacing=self.spacing_groop,
|
||||
wrap=True,
|
||||
controls=[
|
||||
ft.Container(
|
||||
border_radius=self.border_radius,
|
||||
height=200,
|
||||
width=200,
|
||||
height=160,
|
||||
width=160,
|
||||
alignment=ft.Alignment(0.0, 0.0),
|
||||
content=ft.Column(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
@@ -28,8 +31,8 @@ class MainPageUser(ft.Column):
|
||||
controls=[
|
||||
ft.Image(
|
||||
src="icons/clipboard-question_16542596.svg",
|
||||
width=120,
|
||||
height=120,
|
||||
width=100,
|
||||
height=100,
|
||||
)
|
||||
]
|
||||
),
|
||||
@@ -47,8 +50,8 @@ class MainPageUser(ft.Column):
|
||||
),
|
||||
ft.Container(
|
||||
border_radius=self.border_radius,
|
||||
height=200,
|
||||
width=200,
|
||||
height=160,
|
||||
width=160,
|
||||
alignment=ft.Alignment(0.0, 0.0),
|
||||
content=ft.Column(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
@@ -58,10 +61,10 @@ class MainPageUser(ft.Column):
|
||||
controls=[
|
||||
ft.Image(
|
||||
src="icons/leaderboard-trophy_14227576.svg",
|
||||
width=120,
|
||||
height=120,
|
||||
width=100,
|
||||
height=100,
|
||||
)
|
||||
]
|
||||
]
|
||||
),
|
||||
ft.Row(
|
||||
alignment=ft.MainAxisAlignment.CENTER,
|
||||
|
||||
Reference in New Issue
Block a user