Skip to content

Commit

Permalink
Tweaked marker menu size on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
nsgundy committed May 31, 2015
1 parent e85956c commit 917319e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @cTab/addons/cTab/android/cTab_android_dialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <\cTab\android\cTab_android_controls.hpp>

#define MENU_sizeEx pxToScreen_H(cTab_GUI_android_OSD_TEXT_STD_SIZE)
#define MENU_sizeEx pxToScreen_H(27)
#include "\cTab\shared\cTab_markerMenu_macros.hpp"

class cTab_Android_dlg {
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ Changelog
* Fixed error regarding the helmet cam icon when looking at a cTab-box placed with Zeus
* Marker menu will now stay inside the device screen boundaries
* Moved marker menu above brightness layer to allow it to show tool-tips properly
* Tweaked marker menu size on Android

### 2.2.0 ###
* Added ability to increase / decrease screen brightness of TAD (via BRT+/- rocker on lower right)
* Added ability to message oneself to take notes
Expand Down

0 comments on commit 917319e

Please sign in to comment.