Browse Source

优化标签栏UI

pull/450/head
hiroi-sora 1 year ago
parent
commit
984b205a5b
  1. 4
      UmiOCR-data/qt_res/qml/TabBar_/TabButton_.qml

4
UmiOCR-data/qt_res/qml/TabBar_/TabButton_.qml

@ -81,11 +81,11 @@ Button {
//
Rectangle{
visible: !parent.parent.checked
height: parent.height-20
height: size_.line
width: 1
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
color: theme.subTextColor
color: theme.coverColor4
}
//

Loading…
Cancel
Save