Skip to content
Snippets Groups Projects
Commit ab539864 authored by Rick Pasetto's avatar Rick Pasetto
Browse files

Make max length of URL fields 1024 (media controls and settings)

parent eae15689
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
(This page does not pass the specified whitelist) (This page does not pass the specified whitelist)
</text> </text>
<line_editor <line_editor
max_length="1024"
bottom_delta="-24" bottom_delta="-24"
enabled="true" enabled="true"
follows="left|top" follows="left|top"
...@@ -72,13 +73,15 @@ ...@@ -72,13 +73,15 @@
Current Page: Current Page:
</text> </text>
<text <text
name="current_url"
max_length="1024"
use_ellipses="true"
bottom_delta="-20" bottom_delta="-20"
enabled="false" enabled="false"
follows="left|top" follows="left|top"
font="SansSerif" font="SansSerif"
height="20" height="20"
left="10" left="10"
name="current_url"
tool_tip="The current page for this media source" tool_tip="The current page for this media source"
value="" value=""
width="340" /> width="340" />
......
...@@ -321,6 +321,7 @@ ...@@ -321,6 +321,7 @@
min_width="90"> min_width="90">
<line_editor <line_editor
name="media_address_url" name="media_address_url"
max_length="1024"
follows="top|left|right" follows="top|left|right"
height="22" height="22"
top="0" top="0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment