Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/93'
Browse files Browse the repository at this point in the history
* origin/pr/93:
  Bump ICON_MAX_SIZE
  • Loading branch information
marmarek committed Apr 1, 2020
2 parents 17d695f + 1926052 commit 64ece5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window-icon-updater/icon-sender
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from xcffib import xproto
import sys
import struct

ICON_MAX_SIZE = 128
ICON_MAX_SIZE = 256


class NoIconError(KeyError):
Expand Down

0 comments on commit 64ece5a

Please sign in to comment.