box
| 468 | |
| 469 | // box |
| 470 | void BarPlotDock::plotWidthFactorChanged(double factor) { |
| 471 | CONDITIONAL_LOCK_RETURN; |
| 472 | ui.sbWidthFactor->setValue(round(factor * 100.)); |
| 473 | } |
| 474 | |
| 475 | //********************************************************** |
| 476 | //******************** SETTINGS **************************** |