Make the file browser bigger in 1x mode

svn-id: r39077
This commit is contained in:
Max Horn 2009-03-02 18:04:44 +00:00
parent 040da3353f
commit 5422e81718
5 changed files with 6 additions and 6 deletions

View File

@ -1057,8 +1057,8 @@
"</layout> "
"</layout> "
"</dialog> "
"<dialog name='Browser' overlays='screen' inset='16' shading='dim'> "
"<layout type='vertical' padding='8,8,8,8'> "
"<dialog name='Browser' overlays='screen' inset='8' shading='dim'> "
"<layout type='vertical' padding='8,8,0,4'> "
"<widget name='Headline' "
"height='Globals.Line.Height' "
"/> "

Binary file not shown.

View File

@ -120,8 +120,8 @@
</layout>
</dialog>
<dialog name = 'Browser' overlays = 'screen' inset = '16' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 8'>
<dialog name = 'Browser' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 0, 4'>
<widget name = 'Headline'
height = 'Globals.Line.Height'
/>

Binary file not shown.

View File

@ -118,8 +118,8 @@
</layout>
</dialog>
<dialog name = 'Browser' overlays = 'screen' inset = '16' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 8, 8'>
<dialog name = 'Browser' overlays = 'screen' inset = '8' shading = 'dim'>
<layout type = 'vertical' padding = '8, 8, 0, 4'>
<widget name = 'Headline'
height = 'Globals.Line.Height'
/>