diff options
author | 2022-05-06 17:19:48 +0100 | |
---|---|---|
committer | 2022-05-06 23:28:13 +0100 | |
commit | ef8d5215e8115ac47d058a667a93b27bc0887a7f (patch) | |
tree | eace42a7d5063d15814604401cd7b868a42f08b3 /configs/appList.js | |
parent | 618694df599da5a2027a6f7bcd9b0bf58ead309d (diff) | |
download | my_apps-ef8d5215e8115ac47d058a667a93b27bc0887a7f.tar.gz my_apps-ef8d5215e8115ac47d058a667a93b27bc0887a7f.tar.bz2 my_apps-ef8d5215e8115ac47d058a667a93b27bc0887a7f.zip |
small fixes
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 83535a3..7bfec3e 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,7 +1,7 @@ import { Calculator, Notes, Player, Settings, Youtube } from 'apps' const appList = { - Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '40em', width: '30em' }, + Calculator: { component: Calculator, icon: true, buttons: ['min', 'close'], height: '30em', width: '20em' }, 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' }, Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' }, |