fix: added fit-content for width and height.
fixed button and label centering for tkinter widgets
This commit is contained in:
@@ -10,7 +10,7 @@ class Frame extends TkinterBase{
|
||||
super(props)
|
||||
|
||||
this.droppableTags = {
|
||||
exclude: ["image", "video", "media"]
|
||||
exclude: ["image", "video", "media", "toplevel"]
|
||||
}
|
||||
|
||||
this.state = {
|
||||
|
||||
Reference in New Issue
Block a user