2018-06-28 12:47:50 +02:00

8 lines
208 B
JavaScript

// @flow
/**
* The size of the hangup button. As that is the largest button, it defines
* the size of the {@code ToolBox}, so other components may relate to that.
*/
export const HANGUP_BUTTON_SIZE = 60;