bug fixes related to styling

This commit is contained in:
paul
2024-10-01 11:22:45 +05:30
parent f8dbd10231
commit ee8b2a0cae
13 changed files with 84 additions and 20 deletions

View File

@@ -34,8 +34,8 @@ class MainWindow extends CustomTkBase{
}
componentDidMount(){
super.componentDidMount()
this.setAttrValue("styling.backgroundColor", "#23272D")
super.componentDidMount()
// this.setWidgetName("main") // Don't do this as this will cause conflicts while loading names
}