This commit is contained in:
tonikelope 2018-01-03 01:02:54 +01:00
parent d90be8bb5c
commit c529dacd38
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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"/>

View File

@ -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());