From 9088b67f8da3239f3e195696af22a790019b237d Mon Sep 17 00:00:00 2001 From: zxeoc Date: Thu, 30 Jul 2020 21:48:17 +0800 Subject: [PATCH] Update ssfconv --- ssfconv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssfconv b/ssfconv index 45406d5..3fb94e9 100755 --- a/ssfconv +++ b/ssfconv @@ -428,7 +428,7 @@ def ssr2fcitx(skin_dir): # 得到图标尺寸 icon_image = getImageConfig('StatusBar', button, 0) if not icon_image: continue - size = getImageSize(skin_dir + os.sep + cicon_image) + size = getImageSize(skin_dir + os.sep + icon_image) # 取最右值 x = int(pos[0]) + size[0]