From a45e1b4781a2a1a67e4c53bd67c665479c069e7e Mon Sep 17 00:00:00 2001
From: hypercubus <hypercubus>
Date: Wed, 18 Aug 2004 04:47:09 +0000
Subject: [PATCH] made installer window resizable to compensate for some buggy
 *nix window managers

---
 installer/install.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/install.xml b/installer/install.xml
index 18cc2f4326..9a7a3cb0b4 100644
--- a/installer/install.xml
+++ b/installer/install.xml
@@ -11,7 +11,7 @@
         <url>http://www.i2p.net</url>
     </info>
 
-    <guiprefs width="580" height="356" resizable="no">
+    <guiprefs width="580" height="356" resizable="yes">
         <laf name="liquid">
             <os family="unix"/>
         </laf>
-- 
GitLab