<table><tr><td style="">The-Feren-OS-Dev planned changes to this revision.<br />The-Feren-OS-Dev marked an inline comment as done.<br />The-Feren-OS-Dev added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27438">View Revision</a></tr></table><br /><div><div><p>Managed to come to a good compromise, however now I've hit a bit of a roadblock.</p>

<p>I've found that by editing these lines:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">property int left: Math.round(units.smallSpacing / 2)
property int top: Math.round(units.smallSpacing / 2)
property int right: Math.round(units.smallSpacing / 2)
property int bottom: Math.round(units.smallSpacing / 2)</pre></div>

<p>...to replace them with this:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">property int left: Math.round(units.smallSpacing * 0.85)
property int top: Math.round(units.smallSpacing * 0.85)
property int right: Math.round(units.smallSpacing * 0.85)
property int bottom: Math.round(units.smallSpacing * 0.85)</pre></div>

<p>...provides a better looking tray while not being that big spacing wise, while ALSO increasing hitboxes for each tray icon in the process:<br />
<a href="https://phabricator.kde.org/F8107457" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F8107457: image.png</a></p>

<p>However, there's one problem: Those lines aren't in the file currently being patched. They are there on the compiled version of the file, but for some reason they seem to be absent from the pre-compiled version of the file. I'll do some investigation, however for now I'll just mark as Changed Planned until I find a solution to the roadblock preventing me from replacing this patch with a better rendition of it.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27438">https://phabricator.kde.org/D27438</a></div></div><br /><div><strong>To: </strong>The-Feren-OS-Dev, VDG<br /><strong>Cc: </strong>ndavis, anthonyfieroni, davidre, ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>