e6ad72e42d
Signed-off-by: dab246 <tdvu@linagora.com>
9 lines
301 B
Dart
9 lines
301 B
Dart
|
|
class ComposerUtils {
|
|
static const double normalWidth = 725;
|
|
static const double normalHeight = 525;
|
|
static const double minimizeWidth = 400;
|
|
static const double minimizeHeight = 52;
|
|
static const double composerExpandMoreButtonMaxWidth = 130;
|
|
static const double horizontalPadding = 24;
|
|
} |