Code review comment for lp:~zsombi/ubuntu-ui-toolkit/combobutton

Revision history for this message
Tim Peeters (tpeeters) wrote :

108 /*!
109 + The font used for the button's text.
110 + */
111 + property font font: __styleInstance ? __styleInstance.defaultFont : Qt.font({family: "Ubuntu", pixelSize: FontUtils.sizeToPixels("medium")})
112 +

should this be readonly?

if you overwrite the font, will the style pick it up?

« Back to merge proposal