diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-07 18:11:41 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-07 18:11:41 +0100 |
commit | 8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b (patch) | |
tree | 9824a83704eca844d98cf35b0f1f3f543b493f8f /application/pages/global | |
parent | c4ec6bc0f552fe7af693d52826c82f1e7db908de (diff) | |
download | MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.gz MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.lz MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.xz MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.zip |
NOISSUE even more java polishing
* Memory minimums lowered to 128M in all Java settings UIs
* Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name
* Java detection on linux now scans some common JRE locations, not just /usr/bin/java
Diffstat (limited to 'application/pages/global')
-rw-r--r-- | application/pages/global/JavaPage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/pages/global/JavaPage.ui b/application/pages/global/JavaPage.ui index 9a3bee2f..ba873d34 100644 --- a/application/pages/global/JavaPage.ui +++ b/application/pages/global/JavaPage.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>545</width> - <height>559</height> + <height>760</height> </rect> </property> <property name="sizePolicy"> @@ -54,7 +54,7 @@ <string notr="true"> MB</string> </property> <property name="minimum"> - <number>512</number> + <number>128</number> </property> <property name="maximum"> <number>65536</number> @@ -90,7 +90,7 @@ <string notr="true"> MB</string> </property> <property name="minimum"> - <number>256</number> + <number>128</number> </property> <property name="maximum"> <number>65536</number> |