mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
Tweak page window initial size
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<XWindow ref="window"
|
<XWindow ref="window"
|
||||||
:initial-width="400"
|
:initial-width="700"
|
||||||
:initial-height="500"
|
:initial-height="500"
|
||||||
:can-resize="true"
|
:can-resize="true"
|
||||||
:close-right="true"
|
:close-right="true"
|
||||||
|
Reference in New Issue
Block a user