mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-23 18:16:18 +02:00
2.69
This commit is contained in:
parent
d90be8bb5c
commit
c529dacd38
@ -47,7 +47,7 @@ import org.apache.http.auth.UsernamePasswordCredentials;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "2.68";
|
||||
public static final String VERSION = "2.69";
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
|
||||
public static final int STREAMER_PORT = 1337;
|
||||
|
@ -27,7 +27,7 @@
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Component id="jTabbedPane1" pref="976" max="32767" attributes="0"/>
|
||||
<Component id="jTabbedPane1" max="32767" attributes="0"/>
|
||||
<Group type="102" attributes="0">
|
||||
<Component id="status" max="32767" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
|
@ -1443,7 +1443,7 @@ public final class SettingsDialog extends javax.swing.JDialog {
|
||||
|
||||
if (old_zoom == null) {
|
||||
|
||||
old_zoom = String.valueOf(zoom_spinner.getValue());
|
||||
old_zoom = "100";
|
||||
}
|
||||
|
||||
String zoom = String.valueOf(zoom_spinner.getValue());
|
||||
|
Loading…
x
Reference in New Issue
Block a user