We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35254d5 commit 05450bfCopy full SHA for 05450bf
object_execute.py
@@ -46,5 +46,5 @@ def configurar(self, window, values):
46
47
def gui(self):
48
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)),]
+ sg.Input("",key=self.definicao + "status", background_color="White", border_width=1, justification='left', disabled=True, size=(20, 1)),]
50
0 commit comments