Skip to content

Commit 05450bf

Browse files
committed
Diminuição do tamalho do campo padrão
1 parent 35254d5 commit 05450bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ def configurar(self, window, values):
4646

4747
def gui(self):
4848
return [sg.Checkbox(self.descricao, key=self.definicao, size=(24, 1)),
49-
sg.Input("",key=self.definicao + "status", background_color="White", border_width=1, justification='left', disabled=True, size=(30, 1)),]
49+
sg.Input("",key=self.definicao + "status", background_color="White", border_width=1, justification='left', disabled=True, size=(20, 1)),]
5050

0 commit comments

Comments
 (0)