Compare commits
2 Commits
6a790011ca
...
a607bf39ee
Author | SHA1 | Date |
---|---|---|
|
a607bf39ee | |
|
5672b0471e |
|
@ -1 +1 @@
|
||||||
Subproject commit e5c3837218c3dc2b7b327f11de5894b9350adbc9
|
Subproject commit f44042bff145a0c5dcea04852ca5a8424477cf50
|
|
@ -43,7 +43,7 @@ TabButton {
|
||||||
|
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: btn_underline
|
id: btn_underline
|
||||||
height: 3
|
height: 2
|
||||||
width: control.hovered && control.checked && !folded ? btn_text.contentWidth + 15 : btn_text.contentWidth
|
width: control.hovered && control.checked && !folded ? btn_text.contentWidth + 15 : btn_text.contentWidth
|
||||||
color: {
|
color: {
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ TabButton {
|
||||||
return underlineCheckedColor
|
return underlineCheckedColor
|
||||||
return "transparent"
|
return "transparent"
|
||||||
}
|
}
|
||||||
radius: 3
|
radius: height / 2
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
|
|
@ -43,7 +43,7 @@ TabButton {
|
||||||
|
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: btn_underline
|
id: btn_underline
|
||||||
height: 3
|
height: 2
|
||||||
width: control.hovered && control.checked && !folded ? btn_text.contentWidth + 15 : btn_text.contentWidth
|
width: control.hovered && control.checked && !folded ? btn_text.contentWidth + 15 : btn_text.contentWidth
|
||||||
color: {
|
color: {
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ TabButton {
|
||||||
return underlineCheckedColor
|
return underlineCheckedColor
|
||||||
return "transparent"
|
return "transparent"
|
||||||
}
|
}
|
||||||
radius: 3
|
radius: height / 2
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Reference in New Issue