X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcolumn.cpp;h=3a7a149f98ebce3a524cfd25538883d64cb75108;hb=43a75e4e9be56c58be5e224f19016bb14b56a7ef;hp=5b86660dd21d56f1c4a174b96cbf229ebeb0607f;hpb=50f11cec86c034fbee2ab332503266808b1eba74;p=libs%2Fgltk.git diff --git a/source/column.cpp b/source/column.cpp index 5b86660..3a7a149 100644 --- a/source/column.cpp +++ b/source/column.cpp @@ -19,8 +19,8 @@ Layout::Slot *Column::create_slot(Widget &w) slot->constraints.push_back(Constraint(ALIGN_RIGHT, prev)); if(uniform) slot->constraints.push_back(Constraint(COPY_HEIGHT, prev)); - slot->horiz_pack.expand = true; } + slot->horiz_pack.expand = true; return slot; }