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-08 17:53:54 +0000
committerStijn Buys <ingar@osirion.org>2013-11-08 17:53:54 +0000
commit995a12fca267302d267ea59cf1c7c631b9e1075f (patch)
tree41920a11a3963f0872eebb7b592259c8797c1bce /src/client/inventorywindow.h
parentbeefcbd30e5cb1b700c977090021cd4784989c1e (diff)
Updated inventory, chat, map and reputation windows.
Diffstat (limited to 'src/client/inventorywindow.h')
-rw-r--r--src/client/inventorywindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/inventorywindow.h b/src/client/inventorywindow.h
index be2db40..472957b 100644
--- a/src/client/inventorywindow.h
+++ b/src/client/inventorywindow.h
@@ -77,10 +77,12 @@ private:
ui::Label *inventorywindow_titlelabel;
ui::IconButton *inventorywindow_closebutton;
+ ui::ListView *inventorywindow_listview;
+
+ ui::Widget *inventorywindow_pane_right;
+
ui::Label *inventorywindow_modeltitlelabel;
ui::Label *inventorywindow_modelnamelabel;
-
- ui::ListView *inventorywindow_listview;
ui::PlainText *inventorywindow_inventorytext;
ui::ScrollPane *inventorywindow_scrollpane;
ui::IconButton *inventorywindow_shipbutton;