projects
/
clawsker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec8b56
)
Fix bug #3735: the number of accounts may make main window very tall
author
Ricardo Mones
<ricardo@mones.org>
Fri, 9 Dec 2016 20:51:15 +0000
(21:51 +0100)
committer
Ricardo Mones
<ricardo@mones.org>
Fri, 9 Dec 2016 20:51:15 +0000
(21:51 +0100)
clawsker
patch
|
blob
|
history
diff --git
a/clawsker
b/clawsker
index ea085802c87a82f7460588bd73c949c1fffd1189..10a9533f29d2bda96393f19c7b1cca208ee07658 100755
(executable)
--- a/
clawsker
+++ b/
clawsker
@@
-1871,6
+1871,7
@@
sub new_accounts_page() {
$label->set_use_markup (TRUE);
}
}
+ $accbook->set_scrollable (TRUE);
return $accbook;
}