Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-05 19:07:50 +0000
committerStijn Buys <ingar@osirion.org>2013-11-05 19:07:50 +0000
commit85c5f8e91fc69c55c138b00fdc505005b2b3e932 (patch)
tree41a270893508e09e82879e9ec7ede84ddc799e39 /src/client/mapwindow.h
parent29c26acef59a342179fd21405867ff6fee58f58e (diff)
Show both entity and info name on map target info and inventory ship info,
moved the modelview widgets to the top of the widget stack to make sure it gets rendered behind anything else.
Diffstat (limited to 'src/client/mapwindow.h')
-rw-r--r--src/client/mapwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/mapwindow.h b/src/client/mapwindow.h
index d667ca4..b746d2b 100644
--- a/src/client/mapwindow.h
+++ b/src/client/mapwindow.h
@@ -68,6 +68,7 @@ private:
ui::ModelView *mapwindow_modelview;
ui::Label *mapwindow_targetlabel;
+ ui::Label *mapwindow_infolabel;
ui::ScrollPane *mapwindow_scrollpane;
ui::IconButton *mapwindow_closebutton;
ui::IconButton *mapwindow_zonebutton;