mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fix filemanager's edit_settings dialog not correctly getting resized horizontally
This commit is contained in:
parent
9eeabcf953
commit
511da98baf
@ -2,7 +2,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="filemanager.file.general" template="" lang="" group="0" version="1.7.002">
|
<template id="filemanager.file.general" template="" lang="" group="0" version="1.7.002">
|
||||||
<grid width="450" spacing="10">
|
<grid width="100%" spacing="10">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="80"/>
|
<column width="80"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="filemanager.file.perms" template="" lang="" group="0" version="1.5.001">
|
<template id="filemanager.file.perms" template="" lang="" group="0" version="1.5.001">
|
||||||
<grid width="450" spacing="10">
|
<grid width="100%" spacing="10">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -123,7 +123,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="filemanager.file.eacl" template="" lang="" group="0" version="1.9.001">
|
<template id="filemanager.file.eacl" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="550" spacing="10">
|
<grid width="100%" spacing="10">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="120"/>
|
<column width="120"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -174,7 +174,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="filemanager.file.preview" template="" lang="" group="0" version="1.5.001">
|
<template id="filemanager.file.preview" template="" lang="" group="0" version="1.5.001">
|
||||||
<grid width="450" spacing="10" overflow="auto">
|
<grid width="100%" spacing="10" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="filemanager.file.custom" template="" lang="" group="0" version="1.5.001">
|
<template id="filemanager.file.custom" template="" lang="" group="0" version="1.5.001">
|
||||||
<grid width="450" spacing="10" overflow="auto">
|
<grid width="100%" spacing="10" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
@ -204,7 +204,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="filemanager.file.merge" template="" lang="" group="0" version="1.9.001">
|
<template id="filemanager.file.merge" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="450" spacing="10" overflow="auto">
|
<grid width="100%" spacing="10" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
</columns>
|
</columns>
|
||||||
|
Loading…
Reference in New Issue
Block a user