Added View Button ( dosn't work )
This commit is contained in:
parent
24e76e5a88
commit
fa1feff8f0
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue