Kaydet (Commit) 631ff458 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove ugly padding on empty rows

Change-Id: Ie29bb736343e854865aa0eda4dae031931d30d0d
üst 4999a4b5
......@@ -200,6 +200,11 @@ public:
: iField(iField_)
, pEdit(pEdit_)
{
//We want all widgets inside a container, so each row of the toplevel
//grid has another container in it. To avoid adding spacing to these
//empty grids they all default to invisible, so show them if their
//children are visibles
pEdit->GetParent()->Show();
pEdit->Show();
}
};
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment