Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/rietveld/templates/settings.py.erb

Issue 6473416005648384: Issue 2183 - Use ABP ae2django and rietveld clone instead of Google resources (Closed)
Patch Set: Created April 15, 2015, 8:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/rietveld/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/templates/settings.py.erb
===================================================================
--- a/modules/rietveld/templates/settings.py.erb
+++ b/modules/rietveld/templates/settings.py.erb
@@ -105,3 +105,9 @@
RIETVELD_REVISION = ''
UPLOAD_PY_SOURCE = os.path.join(os.path.dirname(__file__), 'upload.py')
+
+# Default values for patch rendering
+DEFAULT_CONTEXT = 10
+DEFAULT_COLUMN_WIDTH = 80
+MIN_COLUMN_WIDTH = 3
+MAX_COLUMN_WIDTH = 2000
« no previous file with comments | « modules/rietveld/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld