mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Change table defaults valign=middle, cellpadding=1, cellspacing=2
This commit is contained in:
parent
56852c5a6b
commit
2020d49352
2 changed files with 4 additions and 4 deletions
|
@ -528,7 +528,7 @@ namespace NLGUI
|
|||
CCellParams () : BgColor(0,0,0,0)
|
||||
{
|
||||
Align = CGroupCell::Left;
|
||||
VAlign = CGroupCell::Top;
|
||||
VAlign = CGroupCell::Middle;
|
||||
LeftMargin = 0;
|
||||
NoWrap = false;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ namespace NLGUI
|
|||
TableColumnIndex = 0;
|
||||
Group = new CInterfaceGroup(CViewBase::TCtorParam());
|
||||
Align = Left;
|
||||
VAlign = Top;
|
||||
VAlign = Middle;
|
||||
LeftMargin = 0;
|
||||
NoWrap = false;
|
||||
IgnoreMaxWidth = false;
|
||||
|
@ -620,8 +620,8 @@ namespace NLGUI
|
|||
ForceWidthMin = 0;
|
||||
Border=0;
|
||||
BorderColor = CRGBA(32, 32, 32, 255);
|
||||
CellPadding=0;
|
||||
CellSpacing=0;
|
||||
CellPadding=1;
|
||||
CellSpacing=2;
|
||||
ContinuousUpdate = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue