Created
October 3, 2018 05:26
-
-
Save eagleEggs/fb5e7777734c8cac33b9d83579aa32f8 to your computer and use it in GitHub Desktop.
tabGroup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layout = [[sg.TabGroup([[ | |
sg.Tab('General Settings', tab1, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Database Settings', tab2, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Custom App Settings', tab3, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Graphing', tab4, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Site Data', tab10, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Scratchboard', tab11, border_width =0, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Screenshots', tab5, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Reporting', tab6, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Logging', tab7, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('Notes', tab8, title_color = "#282923", background_color = "#282923"), | |
sg.Tab('About', tab9, title_color = "#282923", background_color = "#282923")]], background_color = "black")], | |
[sg.Text('')], | |
[sg.Column(colm, background_color = "#282923")], | |
[sg.Text('', text_color = "#282923", justification = "center")]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.