Home
last modified time | relevance | path

Searched refs:m_used_points_label (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResourceBrowseWnd.cpp31m_used_points_label(GG::Wnd::Create<CUILabel>(UserString("RESOURCE_TT_USED"), GG::FORMAT_RIGHT)), in ResourceBrowseWnd()
92 AttachChild(m_used_points_label); in CompleteConstruction()
103 m_used_points_label->MoveTo(GG::Pt(top_left.x + LEFT_TEXT_X, top_left.y)); in CompleteConstruction()
104 m_used_points_label->Resize(LABEL_TEXT_SIZE); in CompleteConstruction()
109 top_left.y += m_used_points_label->Height(); in CompleteConstruction()
127 m_used_points_label->Hide(); in CompleteConstruction()
H A DResourceBrowseWnd.h29 std::shared_ptr<GG::Label> m_used_points_label; variable