projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
12fd275
)
*** empty log message ***
author
gc
<gc>
Sun, 25 May 2008 13:53:54 +0000
(13:53 +0000)
committer
gc
<gc>
Sun, 25 May 2008 13:53:54 +0000
(13:53 +0000)
bin/booh
patch
|
blob
|
history
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index
60c6dfb
..
4b663cd
100755
(executable)
--- a/
bin/booh
+++ b/
bin/booh
@@
-4524,7
+4524,7
@@
def create_main_window
$main_window.window_position = Gtk::Window::POS_CENTER
end
msg 3, "size: #{$config['width']}x#{$config['height']}"
$main_window.window_position = Gtk::Window::POS_CENTER
end
msg 3, "size: #{$config['width']}x#{$config['height']}"
- $main_window.set_default_size(($config['width'] ||
600).to_i, ($config['height'] || 4
00).to_i)
+ $main_window.set_default_size(($config['width'] ||
800).to_i, ($config['height'] || 6
00).to_i)
$main_window.signal_connect('configure-event') {
msg 3, "configure: pos: #{$main_window.window.root_origin.inspect} size: #{$main_window.window.size.inspect}"
x, y = $main_window.window.root_origin
$main_window.signal_connect('configure-event') {
msg 3, "configure: pos: #{$main_window.window.root_origin.inspect} size: #{$main_window.window.size.inspect}"
x, y = $main_window.window.root_origin
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index
3cc22cb
..
2b425b5
100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-1793,7
+1793,7
@@
def create_main_window
$main_window.window_position = Gtk::Window::POS_CENTER
end
msg 3, "size: #{$config['width']}x#{$config['height']}"
$main_window.window_position = Gtk::Window::POS_CENTER
end
msg 3, "size: #{$config['width']}x#{$config['height']}"
- $main_window.set_default_size(($config['width'] ||
7
00).to_i, ($config['height'] || 600).to_i)
+ $main_window.set_default_size(($config['width'] ||
8
00).to_i, ($config['height'] || 600).to_i)
$main_window.signal_connect('configure-event') {
msg 3, "configure: pos: #{$main_window.window.root_origin.inspect} size: #{$main_window.window.size.inspect}"
x, y = $main_window.window.root_origin
$main_window.signal_connect('configure-event') {
msg 3, "configure: pos: #{$main_window.window.root_origin.inspect} size: #{$main_window.window.size.inspect}"
x, y = $main_window.window.root_origin