differentiate sessions dialog's between start gui vs open from menu, add delete button to sessions dialog, remove fix width in TMenubutton for dark theme

This commit is contained in:
Huy Pham 2020-01-15 15:23:49 -08:00
parent 41bf279f76
commit 084b25779b
7 changed files with 45 additions and 10 deletions

View file

@ -73,9 +73,7 @@ def load(style):
"shiftrelief": [("pressed", 1)],
},
},
"TMenubutton": {
"configure": {"width": 11, "padding": (5, 1), "relief": tk.RAISED}
},
"TMenubutton": {"configure": {"padding": (5, 1), "relief": tk.RAISED}},
"TCheckbutton": {
"configure": {
"indicatorbackground": Colors.white,