Apply flat button styling globally, ie. dialogs

This commit is contained in:
Hillel Coren 2021-05-02 13:04:08 +03:00
parent 47e3f76bca
commit 87c9a85db9
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ const double kTabletDialogPadding = 250;
const double kTableColumnWidthMin = 40;
const double kTableColumnWidthMax = 120;
const int kTableListWidthCutoff = 500;
const int kTableListWidthCutoff = 450;
const int kDefaultAnimationDuration = 500;
const int kCardTypeVisa = 1;