adium 2566:672f010b60cb: Patch from wildwobby to improve the mar...
commits at adium.im
commits at adium.im
Mon Jul 27 23:54:22 UTC 2009
details: http://hg.adium.im/adium/rev/672f010b60cb
revision: 2566:672f010b60cb
author: Evan Schoenberg
date: Mon Jul 27 18:36:44 2009 -0500
Patch from wildwobby to improve the margin between the left edge of the preferences window and the icons in the new Advanced Preferences pane.
diffs (84 lines):
diff -r bf1f209eea72 -r 672f010b60cb Resources/AdvancedPreferences.nib/classes.nib
--- a/Resources/AdvancedPreferences.nib/classes.nib Mon Jul 27 18:32:06 2009 -0500
+++ b/Resources/AdvancedPreferences.nib/classes.nib Mon Jul 27 18:36:44 2009 -0500
@@ -5,27 +5,6 @@
<key>IBClasses</key>
<array>
<dict>
- <key>CLASS</key>
- <string>NSApplication</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>SUPERCLASS</key>
- <string>NSResponder</string>
- </dict>
- <dict>
- <key>CLASS</key>
- <string>RBSplitView</string>
- <key>LANGUAGE</key>
- <string>ObjC</string>
- <key>OUTLETS</key>
- <dict>
- <key>delegate</key>
- <string>id</string>
- </dict>
- <key>SUPERCLASS</key>
- <string>RBSplitSubview</string>
- </dict>
- <dict>
<key>ACTIONS</key>
<dict>
<key>toggleShelf</key>
@@ -51,6 +30,27 @@
</dict>
<dict>
<key>CLASS</key>
+ <string>NSApplication</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>RBSplitView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>delegate</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>RBSplitSubview</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
<string>RBSplitSubview</string>
<key>LANGUAGE</key>
<string>ObjC</string>
diff -r bf1f209eea72 -r 672f010b60cb Resources/AdvancedPreferences.nib/info.nib
--- a/Resources/AdvancedPreferences.nib/info.nib Mon Jul 27 18:32:06 2009 -0500
+++ b/Resources/AdvancedPreferences.nib/info.nib Mon Jul 27 18:36:44 2009 -0500
@@ -10,7 +10,7 @@
<integer>5</integer>
<key>IBOpenObjects</key>
<array>
- <integer>17</integer>
+ <integer>34</integer>
</array>
<key>IBSystem Version</key>
<string>9J61</string>
diff -r bf1f209eea72 -r 672f010b60cb Resources/AdvancedPreferences.nib/keyedobjects.nib
Binary file Resources/AdvancedPreferences.nib/keyedobjects.nib has changed
diff -r bf1f209eea72 -r 672f010b60cb Source/AIAdvancedPreferences.m
--- a/Source/AIAdvancedPreferences.m Mon Jul 27 18:32:06 2009 -0500
+++ b/Source/AIAdvancedPreferences.m Mon Jul 27 18:36:44 2009 -0500
@@ -140,6 +140,7 @@
if ([identifier isEqualToString:@"description"]) {
return [[[self advancedCategoryArray] objectAtIndex:row] label];
} else if ([identifier isEqualToString:@"image"]) {
+ [[tableColumn dataCell] setImageAlignment:NSImageAlignRight];
return [[[self advancedCategoryArray] objectAtIndex:row] image];
}
More information about the commits
mailing list