File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 Rectangle {
3030 anchors .centerIn : parent
31- width: parent .width ; height: parent .height
31+ width: parent .implicitWidth ; height: parent .implicitHeight
3232 color: mouseArea .containsMouse ? Color .mHover : Style .capsuleColor
3333 radius: Style .radiusL
3434 border { color: Style .capsuleBorderColor ; width: Style .capsuleBorderWidth }
Original file line number Diff line number Diff line change 11{
22 "id" : " weather-indicator" ,
33 "name" : " Weather Indicator" ,
4- "version" : " 1.1.6 " ,
4+ "version" : " 1.1.7 " ,
55 "minNoctaliaVersion" : " 4.6.8" ,
66 "author" : " Sovereign" ,
77 "license" : " MIT" ,
88 "repository" : " https://github.com/noctalia-dev/noctalia-plugins" ,
99 "description" : " Shows the current weather condition and temperature." ,
10- "tags" : [
11- " Bar"
12- ],
10+ "tags" : [" Bar" ],
1311 "entryPoints" : {
1412 "barWidget" : " BarWidget.qml" ,
1513 "panel" : " Panel.qml" ,
You can’t perform that action at this time.
0 commit comments