diff options
author | 2023-03-26 21:53:36 +0200 | |
---|---|---|
committer | 2023-03-26 21:53:36 +0200 | |
commit | f4e00553c4acf44de48af958afc8747128b55562 (patch) | |
tree | de420e429b76e77546079d2a0878ce2ed1958f1e /configs/appList.js | |
parent | ec11985ae944bc6acb63afacb96512606c1dd7c8 (diff) | |
download | my_apps-f4e00553c4acf44de48af958afc8747128b55562.tar.gz my_apps-f4e00553c4acf44de48af958afc8747128b55562.tar.bz2 my_apps-f4e00553c4acf44de48af958afc8747128b55562.zip |
make calculator app smaller
Diffstat (limited to 'configs/appList.js')
-rw-r--r-- | configs/appList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/appList.js b/configs/appList.js index 7963648..3d6ab42 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,7 +1,7 @@ import { Calculator, Notes, Player, Settings, ChangePassword, Youtube } from 'apps' const appList = { - Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '30em', width: '20em' }, + Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '21em', width: '14em' }, Notes: { component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, Player: { component: Player, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, ChangePassword: { component: ChangePassword, icon: false, buttons: ['min', 'close'], height: '21em', width: '18em' }, |