aboutsummaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 78fcb9b..09d4907 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -26,6 +26,8 @@
#define SYSBAR_BACK 0x01
#define SYSBAR_HOME 0x02
+#define BUTTON_SCALE_FACTOR 1.3
+
// Implementation of RecoveryUI appropriate for devices with a screen
// (shows an icon + a progress bar, text logging, menu, etc.)
class ScreenRecoveryUI : public RecoveryUI {