Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fkxxyz committed Aug 30, 2020
2 parents 0e12cf2 + 501dd73 commit b1e7c5c
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 @@ -429,7 +429,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 b1e7c5c

Please sign in to comment.