Compare commits

..

No commits in common. "a607bf39ee42659532229ac224faf77eb863bf28" and "6a790011cadb7031b89ae4f456d817dfd76bb787" have entirely different histories.

3 changed files with 5 additions and 5 deletions

2
3rdparty/qwindowkit vendored

@ -1 +1 @@
Subproject commit f44042bff145a0c5dcea04852ca5a8424477cf50 Subproject commit e5c3837218c3dc2b7b327f11de5894b9350adbc9

View File

@ -43,7 +43,7 @@ TabButton {
Rectangle{ Rectangle{
id: btn_underline id: btn_underline
height: 2 height: 3
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: height / 2 radius: 3
anchors anchors
{ {
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter

View File

@ -43,7 +43,7 @@ TabButton {
Rectangle{ Rectangle{
id: btn_underline id: btn_underline
height: 2 height: 3
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: height / 2 radius: 3
anchors anchors
{ {
horizontalCenter: parent.horizontalCenter horizontalCenter: parent.horizontalCenter