Explorar el Código

fix: wider changelog dialog

Sven hace 10 meses
padre
commit
191c946fd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/dialogs/changelog.ts

+ 1 - 1
src/dialogs/changelog.ts

@@ -9,7 +9,7 @@ export async function getChangelogDialog() {
   if(!changelogDialog) {
     changelogDialog = new BytmDialog({
       id: "changelog",
-      width: 900,
+      width: 1000,
       height: 800,
       closeBtnEnabled: true,
       closeOnBgClick: true,