adium 4207:1a8f7e9b4cbf: Patch by kbotc: "The origin of this vie...
commits at adium.im
commits at adium.im
Tue Sep 13 01:01:37 UTC 2011
details: http://hg.adium.im/adium/rev/1a8f7e9b4cbf
revision: 4207:1a8f7e9b4cbf
branch: (none)
author: Robert Vehse
date: Tue Sep 13 03:01:22 2011 +0200
Patch by kbotc: "The origin of this view should be at -1. You can see proof in the xib". Fixes #15396.
diffs (12 lines):
diff -r a5515b4ca464 -r 1a8f7e9b4cbf Plugins/Dual Window Interface/AIMessageViewController.m
--- a/Plugins/Dual Window Interface/AIMessageViewController.m Wed Sep 07 23:59:09 2011 +0200
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m Tue Sep 13 03:01:22 2011 +0200
@@ -1332,7 +1332,7 @@
msgFrame.size.width = currentFrame.size.width;
msgFrame.size.height = currentFrame.size.height - textFrame.size.height - dividerThickness;
- textFrame.origin.y = msgFrame.size.height + dividerThickness;
+ textFrame.origin.y = msgFrame.size.height + dividerThickness - 1;
[view_messages setFrame:msgFrame];
[[scrollView_textEntry superview] setFrame:textFrame];
More information about the commits
mailing list