Committed by
Gerrit Code Review
ONOS-3642 -- GUI: Widened topo panels by 8 pixels to allow 7 buttons to fit neatly in one row.
Change-Id: I244e6ca02e6ab6ea268ffc8eae7a184825cc8d7e
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| 30 | idSum = 'topo-p-summary', | 30 | idSum = 'topo-p-summary', |
| 31 | idDet = 'topo-p-detail', | 31 | idDet = 'topo-p-detail', |
| 32 | panelOpts = { | 32 | panelOpts = { |
| 33 | - width: 260 | 33 | + width: 268 |
| 34 | }, | 34 | }, |
| 35 | sumMax = 262, | 35 | sumMax = 262, |
| 36 | padTop = 20, | 36 | padTop = 20, | ... | ... |
-
Please register or login to post a comment