discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Renaissance and margins


From: Nicola Pero
Subject: Re: Renaissance and margins
Date: Tue, 15 Apr 2003 08:54:29 +0100 (BST)

Try adding border="0" to the view which you want without borders, as in:

<view border="0" halign="max" width="500" height="500" 
      instanceOf="IconView" id="FolderView"/>

Let me know if that doesn't make it. :-)

> Using GNUstep's Renaissance with macosx, I use a gsmarkupfile (after 
> this message text) that includes some vboxes. The problem i am having 
> with these is that it automatically adds a margin to the outside. The 
> size as near as I can tell is a few pixels. But it shouldn't be there, 
> and I can't seem to figure out a way of getting rid of it. Modifying 
> renaissance itself is something I would like to avoid so that I don't 
> force others to use any changes I have made.
> 
> Any help on this would be appreciated.
> 
> gsmarkup follows:
> 
> <objects>
>    <!-- the main window -->
>    <window title="Filer" id="FolderWindow" closable="yes" 
> delegate="#NSOwner">
>       <vbox>
>                       <scrollView width="400" height="300" id="ScrollView">
>       <vbox>
>                               <view halign="max" width="500" height="500" 
> instanceOf="IconView" 
> id="FolderView" />
>       </vbox>
>               </scrollView>
>       </vbox>
>    </window>
> </objects>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]