Skip to content

Commit

Permalink
#11, change group default border space to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Nov 6, 2015
1 parent e25477d commit fc70220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DialogGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CDialogGroup::CDialogGroup(CDialogDoc* pDoc)

m_lGroupType = 0; // simple (1 : tab, 2 : scroll, 3 : radio)

m_lLeftBorder = m_lRightBorder = m_lTopBorder = m_lBottomBorder = 0;
m_lLeftBorder = m_lRightBorder = m_lTopBorder = m_lBottomBorder = 6;
m_lSpaceX = m_lSpaceY = -1;

m_pDocument = pDoc;
Expand Down

0 comments on commit fc70220

Please sign in to comment.