Parcourir la source

fix: wider changelog dialog

Sven il y a 10 mois
Parent
commit
9b17ac0964
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,