# HG changeset patch # User bsw # Date 1405540099 -7200 # Node ID bd2509e7f6279b003f66fc79c055f52b77e1fe45 # Parent 6f3e01b266b3b9b0b3bfb10840206dd99f99a824 Made star in sidebar a bit smaller diff -r 6f3e01b266b3 -r bd2509e7f627 app/main/index/_sidebar_units.lua --- a/app/main/index/_sidebar_units.lua Wed Jul 16 21:47:34 2014 +0200 +++ b/app/main/index/_sidebar_units.lua Wed Jul 16 21:48:19 2014 +0200 @@ -89,7 +89,7 @@ if area.subscribed then local text = _"subscribed" - ui.image { attr = { class = "icon24 star", alt = text, title = text }, static = "icons/48/star.png" } + ui.image { attr = { class = "icon16 star", alt = text, title = text }, static = "icons/48/star.png" } any_subscribed = true subscribed_count = subscribed_count +1 end diff -r 6f3e01b266b3 -r bd2509e7f627 app/main/unit/_sidebar.lua --- a/app/main/unit/_sidebar.lua Wed Jul 16 21:47:34 2014 +0200 +++ b/app/main/unit/_sidebar.lua Wed Jul 16 21:48:19 2014 +0200 @@ -60,7 +60,7 @@ end if area.subscribed then - ui.image { attr = { class = "icon24 star" }, static = "icons/48/star.png" } + ui.image { attr = { class = "icon16 star" }, static = "icons/48/star.png" } end ui.link {