From 24fd4d9478a5f97da5b1cd76d3477f647ead98fc Mon Sep 17 00:00:00 2001 From: JackMyth Date: Sat, 23 Apr 2022 18:05:17 +0800 Subject: [PATCH] Add support_lock_ack icon --- graphics/support_lock_ack.tga | Bin 0 -> 679 bytes resource/layout/steamrootdialog.layout | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 graphics/support_lock_ack.tga diff --git a/graphics/support_lock_ack.tga b/graphics/support_lock_ack.tga new file mode 100644 index 0000000000000000000000000000000000000000..49951fed79d94b1fe1cdd38e34b60cb7c581e39b GIT binary patch literal 679 zcmZQz;9`IQ0|o;I1&#Ip|NmzootOgB)&eB{PX)2)%LV(O31m5#g>b>hkZ1(?yb`{_owdHT5O GF#rG`DShw& literal 0 HcmV?d00001 diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index b8088e5..62d6b41 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -334,18 +334,18 @@ padding-left=50 padding-right=50 padding-top=6 - inset="-8 -3 8 0" - render {} + render { + 0="image_scale( x0, y0, x1, y1, graphics/support_lock_ack )" + } render_bg { - 0="fill( x0, y0 + 3, x1-1, y1, support_lock_ack1 )" - + 0="fill( x0, y0, x1, y1, support_lock_ack1 )" } } support_alert_ack:hover { render_bg { - 0="fill( x0, y0 + 3, x1-1, y1, support_lock_ack2 )" + 0="fill( x0, y0, x1, y1, support_lock_ack2 )" } } @@ -567,4 +567,4 @@ place { control="AccountButton" margin-left=4 region=account height=48 align=right} } -} \ No newline at end of file +}