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:
parent
41bf279f76
commit
084b25779b
7 changed files with 45 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue