diff options
author | Pixel <pixel@nobis-crew.org> | 2009-12-28 16:25:26 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-12-28 16:25:26 +0100 |
commit | 664c9c7f18fe901086dd7296127bbc4c45d8fc2d (patch) | |
tree | f7cc757818a790a0daff35630f94aa0e14d813a5 | |
parent | 3389b6abdab512ff3e03c080f95d0a3ffe1db097 (diff) |
Removing unnecessary parameter
-rw-r--r-- | iupe-hexview.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iupe-hexview.lua b/iupe-hexview.lua index fb02b68..a6817d9 100644 --- a/iupe-hexview.lua +++ b/iupe-hexview.lua @@ -551,7 +551,6 @@ iupep.hexview = { tab.gridsize = nil tab.cursor = "TEXT" tab.expand = "Yes" - tab.shrink = "Yes" tab.border = "No" tab.minsize = "0x0" tab.size = "0x0" |