Pose Library: use the right icon for the "More Info" button

This commit is contained in:
Sybren A. Stüvel 2022-04-07 11:24:43 +02:00
parent 7b7c78c4dc
commit 951e43bee8
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
col.label(text="which was replaced by the Asset Browser.")
url = self.get_manual_url()
col.operator('wm.url_open', text="More Info", icon="WORLD").url = url
col.operator('wm.url_open', text="More Info", icon="URL").url = url
layout.separator()