We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9f521 commit de418cbCopy full SHA for de418cb
1 file changed
src/programs/Calculator/CalculatorLauncher/CalculatorLauncher.tsx
@@ -12,9 +12,9 @@ function CalculatorLauncher({}: CalculatorLauncherProps) {
12
windowType={windowType}
13
WindowTitle="Calculator"
14
// TODO: Consider supoprting an `allowResize` prop, instead of having to repeat the initial dimensions for both min and max
15
- initialDimensions={{ height: 400, width: 400 }}
16
- maxDimensions={{ height: 400, width: 400 }}
17
- minDimensions={{ height: 400, width: 400 }}
+ initialDimensions={{ height: 400, width: 250 }}
+ maxDimensions={{ height: 400, width: 250 }}
+ minDimensions={{ height: 400, width: 250 }}
18
icon=""
19
menus={[]}
20
appContent={<Calculator />}
0 commit comments