~haggai-eran/nux/rtl

« back to all changes in this revision

Viewing changes to Nux/Panel.cpp

  • Committer: Haggai Eran
  • Date: 2011-10-15 21:01:00 UTC
  • mfrom: (413.1.84 nux)
  • Revision ID: haggai.eran@gmail.com-20111015210100-4amf0pdxuzkynotw
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    :   ScrollView (NUX_FILE_LINE_PARAM)
35
35
    ,   m_layout (0)
36
36
  {
37
 
    //vlayout = new VLayout();
38
 
    //vlayout->SetVerticalInternalMargin(4);
39
 
 
40
 
    setTopBorder (0);
41
 
    setBorder (0);
42
 
 
43
 
    //SetMinimumSize(200, 200);
44
 
 
45
 
    //SetCompositionLayout(vlayout);
46
 
    //FormatContent();
 
37
    m_top_border = 0;
 
38
    m_border = 0;
47
39
  }
48
40
 
49
41
  Panel::~Panel()