Merge pull request #1339 from jackyq2015/issue/1332
to adjust the width of transform dialog. issue #1332
This commit is contained in:
commit
8837f3df73
@ -1,4 +1,4 @@
|
||||
<div class="dialog-frame" >
|
||||
<div class="dialog-frame" style="width: 80%;" >
|
||||
<div class="dialog-border">
|
||||
<div class="dialog-header" bind="dialogHeader"></div>
|
||||
<div class="dialog-body" bind="dialogBody">
|
||||
|
2
refine
2
refine
@ -943,7 +943,7 @@ elif [ "$OS" = "linux" ] ; then
|
||||
fi
|
||||
|
||||
echo You have "$freeRam"M of free memory.
|
||||
echo Your current configuration will allow to use $REFINE_MEMORY of memory.
|
||||
echo Your current configuration is set to use $REFINE_MEMORY of memory.
|
||||
echo OpenRefine can run better when given more memory. Read our FAQ on how to allocate more memory here:
|
||||
echo https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory
|
||||
|
||||
|
@ -145,7 +145,7 @@ rem --- Check free memory ---------------------------------------------
|
||||
for /f "usebackq skip=1 tokens=*" %%i in (`wmic os get FreePhysicalMemory ^| findstr /r /v "^$"`) do @set /A freeRam=%%i/1024
|
||||
|
||||
echo You have %freeRam%M of free memory.
|
||||
echo Your current configuration will allow to use %REFINE_MEMORY% of memory.
|
||||
echo Your current configuration is set to use %REFINE_MEMORY% of memory.
|
||||
echo OpenRefine can run better when given more memory. Read our FAQ on how to allocate more memory here:
|
||||
echo https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory
|
||||
echo.
|
||||
|
Loading…
Reference in New Issue
Block a user