Fossil SCM
Fix a formatting problem on the setup_settings page.
Commit
6f594af62733e5c6b59088daa1e2f408b53938ba
Parent
97d651b85a74ba6…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1166,11 +1166,11 @@ | ||
| 1166 | 1166 | } else { |
| 1167 | 1167 | @ <br /> |
| 1168 | 1168 | } |
| 1169 | 1169 | } |
| 1170 | 1170 | } |
| 1171 | - @ </td><td style="width: 30;"></td><td valign="top"> | |
| 1171 | + @ </td><td style="width:50px;"></td><td valign="top"> | |
| 1172 | 1172 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1173 | 1173 | if( pSet->width!=0 ){ |
| 1174 | 1174 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 1175 | 1175 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1176 | 1176 | (char*)pSet->def); |
| 1177 | 1177 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1166,11 +1166,11 @@ | |
| 1166 | } else { |
| 1167 | @ <br /> |
| 1168 | } |
| 1169 | } |
| 1170 | } |
| 1171 | @ </td><td style="width: 30;"></td><td valign="top"> |
| 1172 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1173 | if( pSet->width!=0 ){ |
| 1174 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 1175 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1176 | (char*)pSet->def); |
| 1177 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1166,11 +1166,11 @@ | |
| 1166 | } else { |
| 1167 | @ <br /> |
| 1168 | } |
| 1169 | } |
| 1170 | } |
| 1171 | @ </td><td style="width:50px;"></td><td valign="top"> |
| 1172 | for(pSet=ctrlSettings; pSet->name!=0; pSet++){ |
| 1173 | if( pSet->width!=0 ){ |
| 1174 | entry_attribute(pSet->name, /*pSet->width*/ 40, pSet->name, |
| 1175 | pSet->var!=0 ? pSet->var : pSet->name, |
| 1176 | (char*)pSet->def); |
| 1177 |