Skip to content

Commit

Permalink
highlight info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 26, 2018
1 parent 8f4d8bf commit e43d926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/noson.qml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ ApplicationWindow {
]

RowLayout {
spacing: units.gu(0)
spacing: 0
anchors.fill: parent

Item {
Expand Down Expand Up @@ -961,6 +961,7 @@ ApplicationWindow {
/* Show more info */
Icon {
id: iconInfo
color: "#e95420"
width: units.gu(5)
height: width
anchors.verticalCenter: parent.verticalCenter
Expand Down

0 comments on commit e43d926

Please sign in to comment.