PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
45 stars 16 forks source link

Integrate set_label_size()`, `set_element_size()`, `set_mline_size() into themepack #156

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

I saw you got rid of get/set ttk_theme

What do you think about add these to themepack and ditching their setters?

I ask, because overr time I plan to use themepack to store any popup setting enhancements (padding, msg font, button font) as well as sensible defaults for other widgets (I think slider is missing a default size?)

PySimpleSQL commented 1 year ago

ttk_theme is already a key in the themepack dict, so the setter/getter was no longer necessary

Good idea on the default sizes, those would be great in the themepack