Remove the border line

pull/7/head
rekols 4 years ago
parent 48e3777393
commit 2691820fd7

@ -65,20 +65,12 @@ ControlCenterDialog {
id: _background
anchors.fill: parent
radius: control.height * 0.05
color: FishUI.Theme.backgroundColor
opacity: FishUI.Theme.darkMode ? 0.4 : 0.7
color: FishUI.Theme.darkMode ? "#5E5E5E" : "#FFFFFF"
opacity: FishUI.Theme.darkMode ? 0.5 : 0.6
antialiasing: true
border.width: 0
}
Rectangle {
anchors.fill: parent
color: "transparent"
radius: _background.radius
border.color: FishUI.Theme.darkMode ? Qt.rgba(255, 255, 255, 0.3) : Qt.rgba(0, 0, 0, 0.1)
antialiasing: true
}
ColumnLayout {
id: _mainLayout
anchors.fill: parent

Loading…
Cancel
Save