From f65c63f2db769bbc39e7941b3e1572b69e544971 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 22 Dec 2009 05:19:01 +0100 Subject: Adding some sizes... --- dalos-hexview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dalos-hexview.lua') diff --git a/dalos-hexview.lua b/dalos-hexview.lua index ee9412e..a4915f4 100644 --- a/dalos-hexview.lua +++ b/dalos-hexview.lua @@ -125,7 +125,7 @@ dalosp.hexview = { 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 } + local hvdlg = iup.dialog { iup.hbox { iup.frame { hv }, iup.sbox { direction = "WEST", hvtb } }, title = obj.name, size = "500x" } extra.hv = hv extra.hvtb = hvtb -- cgit v1.2.3