Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
diff Widgets/UnitDisplayWidget.cs @ 48:23238d998535
Re #86: Complete initial GTK# UI
* Add "notes" section to unit tab
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 15 Aug 2010 14:34:06 +0000 |
parents | a35c8be46006 |
children | d29ad8445461 |
line wrap: on
line diff
--- a/Widgets/UnitDisplayWidget.cs Sat Aug 14 19:56:08 2010 +0000 +++ b/Widgets/UnitDisplayWidget.cs Sun Aug 15 14:34:06 2010 +0000 @@ -26,6 +26,7 @@ unit = sourceUnit; unitName.Text = unit.Name; unitSize.Value = unit.Size; + notesView.Buffer.Text = unit.UnitType.Notes; double max = unit.UnitType.MaxSize; if (max == -1)