mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 18:11:16 +00:00
Issue #428 flash player window resized to the size of the loaded SWF, scalemode is configurable
This commit is contained in:
@@ -173,6 +173,8 @@ public class Configuration {
|
||||
public static final ConfigurationItem<Integer> guiSplitPane1DividerLocation = null;
|
||||
@ConfigurationName("gui.splitPane2.dividerLocation")
|
||||
public static final ConfigurationItem<Integer> guiSplitPane2DividerLocation = null;
|
||||
@ConfigurationDefaultInt(3)
|
||||
public static final ConfigurationItem<Integer> saveAsExeScaleMode = null;
|
||||
|
||||
private enum OSId {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user