Skip to content

Instantly share code, notes, and snippets.

@eagleEggs
Created October 3, 2018 01:50
Show Gist options
  • Save eagleEggs/20cebbee1270147719f0a3dc64b717c0 to your computer and use it in GitHub Desktop.
Save eagleEggs/20cebbee1270147719f0a3dc64b717c0 to your computer and use it in GitHub Desktop.
Progress Bar Issue - PSG
colm = [[sg.T("", background_color = "#282923")],[sg.T('Topanga ∩(^-^)∩ Test Anatomy', text_color = "#666463", background_color = "#282923", justification = "center"),
sg.ReadButton("Create a Topanga", border_width=0), sg.ReadButton("Open Project Folder", border_width=0), sg.ReadButton("Load", border_width=0), sg.ReadButton("Save", border_width=0),sg.ReadButton("Quit", border_width=0)],
[sg.T("")],
[sg.ProgressBar(10, orientation='h', size=(65,20), key='progress')],
[sg.ProgressBar(10, orientation='h', size=(65,10), key='progress2', bar_color=("#56D8EF", "#56D8EF"))],
[sg.T("", key = "step_status", background_color = "#282923", text_color = "#666463")]]
LookAndFeel():
'Topanga': {'BACKGROUND': '#282923', 'TEXT': '#E7DB74', 'INPUT': '#282923',
'SCROLL': '#E7C855', 'TEXT_INPUT': '#45473D', 'BUTTON': ('#E7C855', '#284B5A'),
'PROGRESS': ("#E7C855", "#45473D"), 'SCROLL': '#282923', 'BORDER': 1,'SLIDER_DEPTH':0, 'PROGRESS_DEPTH':0},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment