Skip to content

Commit bb7409c

Browse files
committed
Correcao de botao
1 parent ee11e56 commit bb7409c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: dist\pythonmenugui.exe
2828
- name: Define tag
2929
shell: bash
30-
run: echo "::set-output name=tag::0.1"
30+
run: echo "::set-output name=tag::0.1.1"
3131
id: get_tag
3232
- name: release
3333
uses: actions/create-release@v1

pythonmenugui.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def Menu():
2424
sg.Button('Executar'), sg.Button('Cancelar')]]
2525

2626
window = sg.Window('Arcom Install', font=("Helvetica", 12)).Layout(layout)
27-
button, values = window.Read()
28-
sg.SetOptions(text_justification='left')
2927

3028
while True:
3129
event, values = window.read()

0 commit comments

Comments
 (0)