summaryrefslogtreecommitdiff
path: root/dalos-hexview.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-12-28 15:28:25 +0100
committerPixel <pixel@nobis-crew.org>2009-12-28 15:28:25 +0100
commit9e6429099d53b850862ed4cfcf22ac1b8c332437 (patch)
tree0d266eb6bee3806c0dfdd03384f48ec309a4b13d /dalos-hexview.lua
parent34dd8ccee048382aaae104159bdb6260be8df49e (diff)
Getting shrink right.
Diffstat (limited to 'dalos-hexview.lua')
-rw-r--r--dalos-hexview.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalos-hexview.lua b/dalos-hexview.lua
index 28d7217..b59993a 100644
--- a/dalos-hexview.lua
+++ b/dalos-hexview.lua
@@ -161,7 +161,7 @@ Marker lengths: %b
local hv = iupe.hexview { }
local hvtb = iupe.hexview_toolbox { hexview = hv }
- local hvdlg = iup.dialog { iup.hbox { iup.frame { hv }, iup.sbox { direction = "WEST", hvtb } }, title = obj.name, size = "500x" }
+ local hvdlg = iup.dialog { iup.hbox { iup.frame { hv }, iup.sbox { direction = "WEST", hvtb } }, title = obj.name, size = "500x", shrink = "Yes" }
extra.hv = hv
extra.hvtb = hvtb