<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,10 @@ namespace agave
             m_hsv_scales (model)
         {
             m_notebook.append_page (m_hsv_scales, &quot;HSV&quot;, &quot;Specify the color in HSV Colorspace&quot;);
+            m_notebook.set_tab_label_packing (m_hsv_scales, true, true, Gtk::PACK_START);
             m_notebook.append_page (m_rgb_scales, &quot;RGB&quot;, &quot;Specify the color in RGB Colorspace&quot;);
+            m_notebook.set_tab_label_packing (m_rgb_scales, true, true, Gtk::PACK_START);
+            m_notebook.property_homogeneous () = true;
 
             m_swatch.get_widget ().set_size_request (100, 100);
         }</diff>
      <filename>src/color-edit-box.cc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>587349a0422fb6505a36800917f7becb482b0492</id>
    </parent>
  </parents>
  <author>
    <name>Jonathon Jongsma</name>
    <email>jjongsma@gnome.org</email>
  </author>
  <url>http://github.com/jonner/agave2/commit/4f60637a415ee4b53ffefb374502c7474124a897</url>
  <id>4f60637a415ee4b53ffefb374502c7474124a897</id>
  <committed-date>2008-03-10T20:05:53-07:00</committed-date>
  <authored-date>2008-03-10T20:05:53-07:00</authored-date>
  <message>Make notebook tabs on the color editor widgets span entire width

Per a suggestion by Karl Lattimer</message>
  <tree>6f27b745ef98063cd254befecd3cd4810ca370f1</tree>
  <committer>
    <name>Jonathon Jongsma</name>
    <email>jjongsma@gnome.org</email>
  </committer>
</commit>
