Compare commits
1 Commits
refactor-b
...
bug-fixes
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed333d6ee6 |
@@ -569,7 +569,7 @@ export class TkinterWidgetBase extends TkinterBase{
|
|||||||
config["bd"] = this.getAttrValue("styling.borderWidth")
|
config["bd"] = this.getAttrValue("styling.borderWidth")
|
||||||
|
|
||||||
if (this.getAttrValue("styling.relief"))
|
if (this.getAttrValue("styling.relief"))
|
||||||
config["relief"] = `"${this.getAttrValue("styling.relief")}"`
|
config["relief"] = `tk.${this.getAttrValue("styling.relief")}`
|
||||||
|
|
||||||
if (this.getAttrValue("font.fontFamily") || this.getAttrValue("font.fontSize")){
|
if (this.getAttrValue("font.fontFamily") || this.getAttrValue("font.fontSize")){
|
||||||
config["font"] = `("${this.getAttrValue("font.fontFamily")}", ${this.getAttrValue("font.fontSize") || 12}, )`
|
config["font"] = `("${this.getAttrValue("font.fontFamily")}", ${this.getAttrValue("font.fontSize") || 12}, )`
|
||||||
|
|||||||
Reference in New Issue
Block a user