X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frow.cpp;h=8eb6bd4ac70444679b65cb843427c505a841ca36;hb=43a75e4e9be56c58be5e224f19016bb14b56a7ef;hp=30e181188a44090d39d67abf828dae8efa1509ec;hpb=50f11cec86c034fbee2ab332503266808b1eba74;p=libs%2Fgltk.git diff --git a/source/row.cpp b/source/row.cpp index 30e1811..8eb6bd4 100644 --- a/source/row.cpp +++ b/source/row.cpp @@ -19,8 +19,8 @@ Layout::Slot *Row::create_slot(Widget &w) slot->constraints.push_back(Constraint(ALIGN_BOTTOM, prev)); if(uniform) slot->constraints.push_back(Constraint(COPY_WIDTH, prev)); - slot->vert_pack.expand = true; } + slot->vert_pack.expand = true; return slot; }