Skip to content

Commit

Permalink
Update ssfconv
Browse files Browse the repository at this point in the history
  • Loading branch information
zxeoc authored Jul 30, 2020
1 parent a500262 commit 9088b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssfconv
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9088b67

Please sign in to comment.