Browse Source

fix: wider changelog dialog

Sven 10 months ago
parent
commit
9b17ac0964
1 changed files with 1 additions and 1 deletions
  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,