bets 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/bets/version.rb +1 -1
- data/lib/bets.glade +2 -0
- data/lib/bets.rb +1 -1
- metadata +1 -1
data/lib/bets/version.rb
CHANGED
data/lib/bets.glade
CHANGED
|
@@ -824,6 +824,7 @@
|
|
|
824
824
|
<property name="shadow_type">etched-in</property>
|
|
825
825
|
<child>
|
|
826
826
|
<object class="GtkTextView" id="txv_stack">
|
|
827
|
+
<property name="height_request">24</property>
|
|
827
828
|
<property name="visible">True</property>
|
|
828
829
|
<property name="sensitive">False</property>
|
|
829
830
|
<property name="can_focus">True</property>
|
|
@@ -859,6 +860,7 @@
|
|
|
859
860
|
<child>
|
|
860
861
|
<object class="GtkScrolledWindow" id="scrolledwindow3">
|
|
861
862
|
<property name="width_request">300</property>
|
|
863
|
+
<property name="height_request">24</property>
|
|
862
864
|
<property name="visible">True</property>
|
|
863
865
|
<property name="can_focus">True</property>
|
|
864
866
|
<property name="hscrollbar_policy">automatic</property>
|
data/lib/bets.rb
CHANGED
|
@@ -834,7 +834,7 @@ module RulesDebuger
|
|
|
834
834
|
def refresh_console
|
|
835
835
|
@mi_console.active = true
|
|
836
836
|
@txv_console.buffer.text = @stdout_stream.string.encode('UTF-8')
|
|
837
|
-
|
|
837
|
+
@txv_console.scroll_to_iter(@txv_console.buffer.end_iter, 0.25, false, 0, 0)
|
|
838
838
|
end
|
|
839
839
|
|
|
840
840
|
def error_select(errors)
|