<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src/gtkui</tt></b></td></tr>
<tr><td><tt><a href="#file1">gtk_debug.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">c2d827cbdf37 -> 93d07b7d0ac6</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Tweak debug window layout to give the mode dropdown a little more room by default
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/gtkui</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>gtk_debug.c</b></big> <small id="info" style="color: #888888;" >c2d827cbdf37 -> 93d07b7d0ac6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gtkui/gtk_debug.c
+++ lxdream/src/gtkui/gtk_debug.c
@@ -79,7 +79,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     data->statusbar = gtk_statusbar_new();
 
     GtkWidget *hpaned = gtk_hpaned_new ();
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    gtk_paned_set_position (GTK_PANED (hpaned), 5<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >0</span>0);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    gtk_paned_set_position (GTK_PANED (hpaned), 5<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >2</span>0);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
     GtkWidget *disasm_box = gtk_vbox_new(FALSE,0);
     gtk_paned_pack1 (GTK_PANED (hpaned), disasm_box, TRUE, TRUE);
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -126,8 +126,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
     data->regs_list = GTK_CLIST(gtk_clist_new (2));
     gtk_container_add (GTK_CONTAINER (reg_scroll), GTK_WIDGET(data->regs_list));
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    gtk_clist_set_column_width (GTK_CLIST (data->regs_list), 0, 80);
-    gtk_clist_set_column_width (GTK_CLIST (data->regs_list), 1, 80);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    gtk_clist_set_column_width (GTK_CLIST (data->regs_list), 0, 60);
+    gtk_clist_set_column_width (GTK_CLIST (data->regs_list), 1, 70);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     gtk_clist_column_titles_hide (GTK_CLIST (data->regs_list));
     gtk_widget_modify_font( GTK_WIDGET(data->regs_list), gui_fixed_font );
 
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>