Home
last modified time | relevance | path

Searched refs:Y_STRETCH (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DButton.cpp675 … const int Y_STRETCH = (m_expand_buttons && m_expand_buttons_proportionally) ? Value(bn_sz.y) : 1; in InsertButton() local
680 layout->SetRowStretch(0, Y_STRETCH); in InsertButton()
687 layout->SetRowStretch(layout->Rows() - CELLS_PER_BUTTON, Y_STRETCH); in InsertButton()