Skip to content

Commit fac3db3

Browse files
ajustes
1 parent f9125a1 commit fac3db3

410 files changed

Lines changed: 43770 additions & 37 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
4.05 KB
Binary file not shown.
2.47 KB
Binary file not shown.
8.99 KB
Binary file not shown.
12.2 KB
Binary file not shown.
17.9 KB
Binary file not shown.

__pycache__/tela.cpython-312.pyc

-73 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

controladores.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,10 @@ def criar_botoes_acao(self, parent):
571571
"""Cria os botões de ação"""
572572
ctk.CTkButton(
573573
parent,
574-
text=" Gerar Análise Completa",
574+
text="🔧 Gerar Análise Completa",
575575
command=self.gerar_analise,
576576
height=50,
577-
font=("Segoe UI", 12, "bold"),
577+
font=("Segoe UI", 14, "bold"),
578578
fg_color=self.cores["primaria"],
579579
hover_color=self.cores["primaria_hover"],
580580
corner_radius=8
@@ -585,7 +585,7 @@ def criar_botoes_acao(self, parent):
585585
text="🗑️ Limpar Tudo",
586586
command=self.limpar_tudo,
587587
height=45,
588-
font=("Segoe UI", 12, "bold"),
588+
font=("Segoe UI", 14, "bold"),
589589
fg_color=self.cores["terciaria"],
590590
hover_color=self.cores["terciaria_hover"],
591591
corner_radius=8

0 commit comments

Comments
 (0)