mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-82344 Remove border from tooltip image
(cherry picked from commit b7d4fef651ef8d7ae8e03c95b999cb6535c45049) GitOrigin-RevId: 0499188b113ccb542680f8fb0698f87ebfb93815
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bc99c42379
commit
a75939123a
+1
-1
@@ -48,7 +48,7 @@ object PyCommunityToUnifiedTooltip {
|
||||
fun @Nls String.h3(): String = "<html><b><span style='font-size:1.17em'>$this</span></b></html>"
|
||||
|
||||
return GotItTooltip(TOOLTIP_ID, PyPromoSharedComponents.mainText)
|
||||
.withImage(image)
|
||||
.withImage(image, false)
|
||||
.withHeader(PyPromoSharedComponents.headerTitle.h3())
|
||||
.withButtonLabel(PyPromoSharedComponents.updateNow)
|
||||
.withLink(PyPromoSharedComponents.learnMore) {
|
||||
|
||||
Reference in New Issue
Block a user