alias rectangle radius on tab button
This commit is contained in:
parent
ad3a275c21
commit
141c64a0bb
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ import QtQuick.Controls.Basic
|
||||||
TabButton {
|
TabButton {
|
||||||
id: control
|
id: control
|
||||||
|
|
||||||
|
property alias radius: rectangle.radius
|
||||||
|
|
||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
font.pixelSize: Styling.typography.textSize.base
|
font.pixelSize: Styling.typography.textSize.base
|
||||||
font.family: Styling.typography.fontFamily
|
font.family: Styling.typography.fontFamily
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue