make meter slightly wider
This commit is contained in:
parent
7ba79cfb8c
commit
89cc2d128f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ metered key a = Annex.getState Annex.output >>= go (keySize key)
|
|||
where
|
||||
go (Just size) Annex.NormalOutput = do
|
||||
progress <- liftIO $ newProgress "" size
|
||||
meter <- liftIO $ newMeter progress "B" 20 (renderNums binaryOpts 1)
|
||||
meter <- liftIO $ newMeter progress "B" 25 (renderNums binaryOpts 1)
|
||||
showOutput
|
||||
liftIO $ displayMeter stdout meter
|
||||
r <- a $ \n -> liftIO $ do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue