<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=3045&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Desktop icons spacing]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=3045</link>
		<description><![CDATA[The most recent posts in Desktop icons spacing.]]></description>
		<lastBuildDate>Thu, 29 Mar 2007 10:51:52 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13750#p13750</link>
			<description><![CDATA[<p>Why not make a small patch to get its values from a resource file?</p><p>For example, it could read from values from ~/.config/xfce4/desktop.xml (or from icons.screen#.rc) as:</p><p>&#160; &#160; &#160; &#160; &lt;option name=&quot;icons_size_default&quot; type=&quot;int&quot; value=&quot;48&quot;/&gt;<br />&#160; &#160; &#160; &#160; &lt;option name=&quot;icons_grid_auto&quot; type=&quot;int&quot; value=&quot;1&quot;/&gt;<br />&#160; &#160; &#160; &#160; &lt;option name=&quot;icons_x_grid&quot; type=&quot;int&quot; value=&quot;44&quot;/&gt;<br />&#160; &#160; &#160; &#160; &lt;option name=&quot;icons_y_grid&quot; type=&quot;int&quot; value=&quot;44&quot;/&gt;</p><p>(or something equivalent, for the matter).</p><p>Also would be cool to have on ~/.config/xfce4/icons.screen#.rc a list of icons on desktop where you could customize the size of some icons.</p><p>Regards</p>]]></description>
			<author><![CDATA[dummy@example.com (acobar)]]></author>
			<pubDate>Thu, 29 Mar 2007 10:51:52 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13750#p13750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13747#p13747</link>
			<description><![CDATA[<p>It&#039;s from the source code. You would have to patch the source and recompile.</p>]]></description>
			<author><![CDATA[dummy@example.com (TomE)]]></author>
			<pubDate>Wed, 28 Mar 2007 15:44:33 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13747#p13747</guid>
		</item>
		<item>
			<title><![CDATA[Re: Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13737#p13737</link>
			<description><![CDATA[<div class="quotebox"><cite>neuschnee wrote:</cite><blockquote><div><div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>IIRC there is no way to change the grid.</p></div></blockquote></div><p>nah, just edit xfdesktop/src/xfdesktop-icon-view.c</p><p>what i use:</p><div class="codebox"><pre><code>#define DEFAULT_FONT_SIZE  7
#define DEFAULT_ICON_SIZE  16

#define ICON_SIZE         (icon_view-&gt;priv-&gt;icon_size)
#define TEXT_WIDTH        ((ICON_SIZE &lt;&lt; 1) + (ICON_SIZE &gt;&gt; 1))  /* aka 2.5x */
#define CELL_PADDING      4
#define CELL_SIZE         (TEXT_WIDTH + CELL_PADDING * 2)
#define SPACING           4
#define SCREEN_MARGIN     4
#define CORNER_ROUNDNESS  2</code></pre></div></div></blockquote></div><p>Where can I find xfdesktop/src/xfdesktop-icon-view.c</p>]]></description>
			<author><![CDATA[dummy@example.com (su_xfce)]]></author>
			<pubDate>Wed, 28 Mar 2007 00:03:17 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13737#p13737</guid>
		</item>
		<item>
			<title><![CDATA[Re: Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12955#p12955</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>IIRC there is no way to change the grid.</p></div></blockquote></div><p>nah, just edit xfdesktop/src/xfdesktop-icon-view.c</p><p>what i use:</p><div class="codebox"><pre><code>#define DEFAULT_FONT_SIZE  7
#define DEFAULT_ICON_SIZE  16

#define ICON_SIZE         (icon_view-&gt;priv-&gt;icon_size)
#define TEXT_WIDTH        ((ICON_SIZE &lt;&lt; 1) + (ICON_SIZE &gt;&gt; 1))  /* aka 2.5x */
#define CELL_PADDING      4
#define CELL_SIZE         (TEXT_WIDTH + CELL_PADDING * 2)
#define SPACING           4
#define SCREEN_MARGIN     4
#define CORNER_ROUNDNESS  2</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (neuschnee)]]></author>
			<pubDate>Tue, 30 Jan 2007 13:55:02 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12955#p12955</guid>
		</item>
		<item>
			<title><![CDATA[Re: Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12795#p12795</link>
			<description><![CDATA[<p>IIRC there is no way to change the grid.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 23 Jan 2007 18:02:22 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12795#p12795</guid>
		</item>
		<item>
			<title><![CDATA[Desktop icons spacing]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=12793#p12793</link>
			<description><![CDATA[<p>I installed 4.4.0 and the icons can now be resized to anything without that disappearing bug anymore, but they are way too far apart, how can I reduce this space so they are closer together?</p>]]></description>
			<author><![CDATA[dummy@example.com (blackdisk)]]></author>
			<pubDate>Tue, 23 Jan 2007 17:36:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=12793#p12793</guid>
		</item>
	</channel>
</rss>
