From 8a700f2b9b9becc8887d9f2b823b11211a1468d7 Mon Sep 17 00:00:00 2001 From: vboxweb Date: Fri, 28 Aug 2009 15:14:38 +0000 Subject: [PATCH] Patch adds a RAM size slider to the new VM wizard and makes the menu bars more space efficient (Achim Hasenmueller). git-svn-id: http://vboxweb.googlecode.com/svn/trunk@85 729376a8-6c6b-11de-afdd-bb9f892af8c1 --- templates/dialogs.html | 19 +++++++++++++- www/static/css/layout-default.css | 43 ++++++++++++++++--------------- www/static/js/vboxDialogs.js | 22 +++++++++++++++- www/templates/index.html | 1 + 4 files changed, 62 insertions(+), 23 deletions(-) diff --git a/templates/dialogs.html b/templates/dialogs.html index a61763e..9f27bce 100644 --- a/templates/dialogs.html +++ b/templates/dialogs.html @@ -89,6 +89,24 @@ +
+ + + + + + + +
Memory
+ + + + + +
Choose the amount of RAM to dedice to this virtual machine. The recommended size + for the guest operating system you've chosen is MB.
4 MB MB
Selected RAM size: MB.
+
+
@@ -100,7 +118,6 @@