* Set minimal size of the widget in toolbar-icon-relative width. * @param toolbar_size Toolbar button size of the widget. */
| 1053 | * @param toolbar_size Toolbar button size of the widget. |
| 1054 | */ |
| 1055 | void NWidgetResizeBase::SetToolbarMinimalSize(uint8_t toolbar_size) |
| 1056 | { |
| 1057 | this->toolbar_size = toolbar_size; |
| 1058 | } |
| 1059 | |
| 1060 | /** |
| 1061 | * Set absolute (post-scaling) minimal size of the widget. |
no outgoing calls
no test coverage detected