added pandatable and map viewer attributes

This commit is contained in:
paul
2024-09-28 19:14:24 +05:30
parent 75dc3d7ae2
commit e12d76a7bc
7 changed files with 161 additions and 23 deletions

View File

@@ -41,6 +41,7 @@ class AnalogTimePicker extends TkinterBase{
this.state = {
...this.state,
widgetName: "Timepicker",
size: { width: 'fit', height: 'fit' },
attrs: {
...newAttrs,
@@ -115,9 +116,6 @@ class AnalogTimePicker extends TkinterBase{
componentDidMount(){
super.componentDidMount()
this.setWidgetName("Time picker")
this.setAttrValue("styling.backgroundColor", "#E4E2E2")
this.timePicker = timePicker({
element: this.timePickerRef.current,
mode: "12"