Skip to content

Commit

Permalink
Update overflow width threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Dec 29, 2024
1 parent 1daad86 commit 1f2369a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { pathExists } from '../../helpers/filesystem'
// The UTF-8 characters "h", "t", "t", and "p".
const HTTP_IN_HEX = 0x68747470

const USE_OVERFLOW_MENU_WIDTH_THRESHOLD = 600
const USE_OVERFLOW_MENU_WIDTH_THRESHOLD = 634

const RequestType = shaka.net.NetworkingEngine.RequestType
const AdvancedRequestType = shaka.net.NetworkingEngine.AdvancedRequestType
Expand Down

0 comments on commit 1f2369a

Please sign in to comment.