diff options
author | John Stebbins <[email protected]> | 2017-06-05 07:35:35 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-06-05 07:36:11 -0700 |
commit | c365e557920c8911e638534b5fa5cc59487834a7 (patch) | |
tree | 6a60e3b454db0530f3a777ccdb433361b43033b5 /gtk | |
parent | 77c3efd8f4d05a199ec736d9cc319d199ddc0c44 (diff) |
LinGui: Increase max video bitrate entry allowed
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 1f3d279c2..74ab62bed 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -280,7 +280,7 @@ conjunction with the "Forced" option.</property> <property name="page_increment">16</property> </object> <object class="GtkAdjustment" id="adjustment3"> - <property name="upper">20000</property> + <property name="upper">1000000</property> <property name="step_increment">10</property> <property name="page_increment">100</property> </object> |