34-WP Detail field there

His Dad [01-06-17 - 01:35]
34-WP Detail field there
Filename
HistOffline.lua
diff --git a/HistOffline.lua b/HistOffline.lua
index 1361ac9..87bfca9 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -270,16 +270,16 @@ end
 			iup.fill{}
 			}
 	-- Top Level Panels
-	accounts[acc].world_zbox = iup.zbox{}  -- display main panel containing worlds (servers)
+	-- accounts[acc].world_zbox = iup.zbox{}  -- display main panel containing worlds (servers)  -- not used ATM
 	accounts[acc].mode_zbox = iup.zbox{}  -- display submain panel containing tabs and dungeons
 	accounts[acc].char_tabs = iup.tabs{}  -- Top level of Char_Tabs, Character Info in Here
 	accounts[acc].dung_tabs = iup.tabs{}  -- Top level of Dung_Tabs, Dungeon  Info in Here

-	accounts[acc].Status_bar = iup.label{title=L.Welcome .. " " .. L.Version .. " " .. version .. ".", expand = "HORIZONTAL"}

 	iup.Append(accounts[acc].mode_zbox, accounts[acc].char_tabs)

-	detail= iup.label {title="Lookup Area"}
+	detail = iup.label {title="Lookup Area",expand = "HORIZONTAL"}
+	Status_bar = iup.label{title=L.Welcome .. " " .. L.Version .. " " .. version .. ".", expand = "HORIZONTAL"}
 	iup.Append(accounts[acc].mode_zbox, accounts[acc].dung_tabs)

   -- Mode Buttons (Toggles)
@@ -1214,7 +1214,10 @@ if myaccount ~=nil then
 	dlg = iup.dialog{iup.vbox{
 							accounts[myaccount].mode,
 							accounts[myaccount].mode_zbox,
-							iup.hbox{accounts[myaccount].Status_bar,	-- Bottom Status bar.
+							iup.hbox{detail,						-- Hover over information
+									iup.fill{},
+									},
+							iup.hbox{Status_bar,	-- Bottom Status bar.
 									iup.fill{},
 									},
 							margin="5x5",