Tweaked GuiDropdown a bit

Continued work on GuiReplayStudio
This commit is contained in:
Marius Metzger
2015-03-10 12:14:14 +01:00
parent 9b69681ef0
commit 15cd963ebf
5 changed files with 131 additions and 77 deletions

View File

@@ -35,4 +35,7 @@ public class GuiConstants {
public static final int REPLAY_EDITOR_TRIM_TAB = 5000;
public static final int REPLAY_EDITOR_CONNECT_TAB = 5001;
public static final int REPLAY_EDITOR_MODIFY_TAB = 5002;
public static final int REPLAY_EDITOR_SAVEMODE_BUTTON = 5003;
public static final int REPLAY_EDITOR_SAVE_BUTTON = 5004;
}