<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -88,17 +88,17 @@ local function CollectNuts()
 	Debug(&quot;Done collecting nuts&quot;)
 end
 
-local leftbutt = LibStub(&quot;tekKonfig-Button&quot;).new(InboxFrame, &quot;TOPLEFT&quot;, 80, -40)
-leftbutt:SetWidth(55)
-leftbutt:SetText(&quot;Shinies&quot;)
-leftbutt.tiptext = &quot;Collect successful auctions&quot;
-leftbutt:SetScript(&quot;OnClick&quot;, GatherShinies)
-
-local rightbutt = LibStub(&quot;tekKonfig-Button&quot;).new(leftbutt, &quot;LEFT&quot;, leftbutt, &quot;RIGHT&quot;, 5, 0)
-rightbutt:SetWidth(40)
-rightbutt:SetText(&quot;Nuts&quot;)
-rightbutt.tiptext = &quot;Collect failed auctions&quot;
-rightbutt:SetScript(&quot;OnClick&quot;, CollectNuts)
+local nutterbutter = LibStub(&quot;tekKonfig-Button&quot;).new_small(InboxFrame, &quot;TOPRIGHT&quot;, -35, -56)
+nutterbutter:SetWidth(30) nutterbutter:SetHeight(18)
+nutterbutter:SetText(&quot;Nuts&quot;)
+nutterbutter.tiptext = &quot;Collect failed auctions&quot;
+nutterbutter:SetScript(&quot;OnClick&quot;, CollectNuts)
+
+local shinybutt = LibStub(&quot;tekKonfig-Button&quot;).new_small(nutterbutter, &quot;TOPRIGHT&quot;, nutterbutter, &quot;BOTTOMRIGHT&quot;)
+shinybutt:SetWidth(45) shinybutt:SetHeight(18)
+shinybutt:SetText(&quot;Shinies&quot;)
+shinybutt.tiptext = &quot;Collect successful auctions&quot;
+shinybutt:SetScript(&quot;OnClick&quot;, GatherShinies)
 
 
 -----------------------</diff>
      <filename>NutCounter.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0bb621f5e2cd07ad6258a80a68a4593af464277c</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/nutcounter/commit/45dab2b802e095228e18b47383049591d1196021</url>
  <id>45dab2b802e095228e18b47383049591d1196021</id>
  <committed-date>2009-08-23T13:52:19-07:00</committed-date>
  <authored-date>2009-08-23T13:52:19-07:00</authored-date>
  <message>Tweak button positions</message>
  <tree>a047bbdca21a552eb48331200720696ea11482c5</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
