unfinished workspace redesign
This commit is contained in:
@@ -16,17 +16,16 @@ MouseArea {
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: menuButton.containsMouse ? Colors.secondaryContainer_fg : Qt.alpha(Colors.secondary, 0.75)
|
||||
color: "transparent"
|
||||
radius: Config.radius_fun(menuButton.height)
|
||||
border.width: 0
|
||||
|
||||
Text {
|
||||
id: menuText
|
||||
anchors.centerIn: parent
|
||||
anchors.centerIn: parent
|
||||
text: ""
|
||||
font.pixelSize: Config.bigIconSize(menuButton.height)
|
||||
font.family: Config.font
|
||||
color: menuButton.containsMouse ? Colors.secondaryContainer : Colors.secondary_fg
|
||||
color: Colors.secondaryContainer_fg
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user