Fossil SCM
Provide more space on the ignore-glob entry in the UI.
Commit
ef80cbf52f4b565635123e0eed25839489f117aa
Parent
557e8389db91eba…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -853,11 +853,11 @@ | ||
| 853 | 853 | onoff_attribute("Modification times used to detect changes", |
| 854 | 854 | "mtime-changes", "mtime-changes", 0); |
| 855 | 855 | @ <p>Use file modification times (mtimes) to detect when files have been modified.</p> |
| 856 | 856 | |
| 857 | 857 | @ <hr> |
| 858 | - entry_attribute("File Ignore Glob", 16, | |
| 858 | + entry_attribute("File Ignore Glob", 40, | |
| 859 | 859 | "ignore-glob", "ignore-glob", ""); |
| 860 | 860 | @ <p>Cause the 'extra' command to ignore files matching the glob. Example: |
| 861 | 861 | @ '*.o,*.a,*.bck,*~'</p> |
| 862 | 862 | |
| 863 | 863 | @ <hr> |
| 864 | 864 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -853,11 +853,11 @@ | |
| 853 | onoff_attribute("Modification times used to detect changes", |
| 854 | "mtime-changes", "mtime-changes", 0); |
| 855 | @ <p>Use file modification times (mtimes) to detect when files have been modified.</p> |
| 856 | |
| 857 | @ <hr> |
| 858 | entry_attribute("File Ignore Glob", 16, |
| 859 | "ignore-glob", "ignore-glob", ""); |
| 860 | @ <p>Cause the 'extra' command to ignore files matching the glob. Example: |
| 861 | @ '*.o,*.a,*.bck,*~'</p> |
| 862 | |
| 863 | @ <hr> |
| 864 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -853,11 +853,11 @@ | |
| 853 | onoff_attribute("Modification times used to detect changes", |
| 854 | "mtime-changes", "mtime-changes", 0); |
| 855 | @ <p>Use file modification times (mtimes) to detect when files have been modified.</p> |
| 856 | |
| 857 | @ <hr> |
| 858 | entry_attribute("File Ignore Glob", 40, |
| 859 | "ignore-glob", "ignore-glob", ""); |
| 860 | @ <p>Cause the 'extra' command to ignore files matching the glob. Example: |
| 861 | @ '*.o,*.a,*.bck,*~'</p> |
| 862 | |
| 863 | @ <hr> |
| 864 |