From fa1feff8f0ccf0a2114c5cf5e132640433686169 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Mon, 19 May 2014 23:13:25 -0500 Subject: [PATCH] Added View Button ( dosn't work ) --- client/gui/implementations/GuiMEMonitorable.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/gui/implementations/GuiMEMonitorable.java b/client/gui/implementations/GuiMEMonitorable.java index 9530c1e21..98450d5a4 100644 --- a/client/gui/implementations/GuiMEMonitorable.java +++ b/client/gui/implementations/GuiMEMonitorable.java @@ -184,6 +184,12 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi offset += 20; } + if ( true ) + { + buttonList.add( ViewBox = new GuiImgButton( this.guiLeft - 18, offset, Settings.VIEW_MODE, configSrc.getSetting( Settings.VIEW_MODE ) ) ); + offset += 20; + } + buttonList.add( SortDirBox = new GuiImgButton( this.guiLeft - 18, offset, Settings.SORT_DIRECTION, configSrc.getSetting( Settings.SORT_DIRECTION ) ) ); offset += 20;