From cbd4e4f962ca7d5a0b7136179477d42572185ae3 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 4 Dec 2018 19:13:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D1=83-=D0=BA=D0=B0,=20=D1=87=D0=B5=D0=BA?= =?UTF-8?q?=D0=BD=D0=B5=D0=BC=20=D1=8D=D1=82=D0=B8=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BE=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/AppMarket/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/AppMarket/Main.lua b/Applications/AppMarket/Main.lua index 12dad5d3..999957de 100644 --- a/Applications/AppMarket/Main.lua +++ b/Applications/AppMarket/Main.lua @@ -1368,7 +1368,7 @@ newPublicationInfo = function(file_id) if x + textLength + 4 > textDetailsContainer.width - 4 then x, y = 3, y + 2 end - local button = textDetailsContainer:addChild(GUI.roundedButton(x, y, textLength + 2, 1, 0xC3C3C3, 0xFFFFFF, 0x2D2D2D, 0xFFFFFF, dependency.publication_name)) + local button = textDetailsContainer:addChild(GUI.tagButton(x, y, textLength + 2, 1, 0xC3C3C3, 0xFFFFFF, 0x2D2D2D, 0xFFFFFF, dependency.publication_name)) button.onTouch = function() newPublicationInfo(publication.all_dependencies[i]) end