]> git.saurik.com Git - cydia.git/commitdiff
Use a static value for the width of the confirm prompt to prevent it from scrolling...
authorGrant Paul <chpwn@chpwn.com>
Sun, 3 Oct 2010 19:38:23 +0000 (12:38 -0700)
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>
Mon, 4 Oct 2010 07:12:22 +0000 (00:12 -0700)
Cydia.app/confirm.html

index 846f465230fb9b999f36b950459e6f40d9176821..5a4ed5544371743840e4c3df2c6667a7efda70d7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-16"?>
 <html><head>
     <title localize="CONFIRM"></title>
 <?xml version="1.0" encoding="UTF-16"?>
 <html><head>
     <title localize="CONFIRM"></title>
-    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
+    <meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <link rel="stylesheet" type="text/css" href="menes/style.css"/>
     <script type="text/javascript" src="menes/menes.js"></script>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <link rel="stylesheet" type="text/css" href="menes/style.css"/>
     <script type="text/javascript" src="menes/menes.js"></script>