diff --git a/services/gam/src/layouts/modal.rs b/services/gam/src/layouts/modal.rs index 76b0803b0..1c432743c 100644 --- a/services/gam/src/layouts/modal.rs +++ b/services/gam/src/layouts/modal.rs @@ -8,7 +8,7 @@ use graphics_server::*; use crate::{LayoutApi, LayoutBehavior}; use crate::contexts::MISC_CONTEXT_DEFAULT_TRUST; -const TRUST_OFFSET: u8 = 1; +const TRUST_OFFSET: u8 = 16; #[derive(Debug, Copy, Clone)] pub(crate) struct ModalLayout {