From 85c5f8e91fc69c55c138b00fdc505005b2b3e932 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 5 Nov 2013 19:07:50 +0000 Subject: 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. --- src/client/mapwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/mapwindow.h') 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; -- cgit v1.2.3