| 1344 | } |
| 1345 | |
| 1346 | void ShareBox::Inner::selectActive() { |
| 1347 | changeCheckState(getChatAtIndex(_active > 0 ? _active : 0)); |
| 1348 | } |
| 1349 | |
| 1350 | void ShareBox::Inner::resizeEvent(QResizeEvent *e) { |
| 1351 | _columnSkip = (width() - _columnCount * _st.item.checkbox.imageRadius * 2) / float64(_columnCount + 1); |