Changeset 922
- Timestamp:
- Sep 25, 2006, 8:21:19 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r921 r922 324 324 4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentCell.m; path = macosx/TorrentCell.m; sourceTree = "<group>"; }; 325 325 4DCCBB3D09C3D71100D3CABF /* TorrentCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TorrentCell.h; path = macosx/TorrentCell.h; sourceTree = "<group>"; }; 326 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; };326 4DDBB71909E16BAE00284745 /* transmissioncli */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = transmissioncli; sourceTree = BUILT_PRODUCTS_DIR; }; 327 327 4DDBB71B09E16BF100284745 /* transmissioncli.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transmissioncli.c; path = cli/transmissioncli.c; sourceTree = "<group>"; }; 328 328 4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DownloadBadge.png; path = macosx/Images/DownloadBadge.png; sourceTree = "<group>"; }; -
trunk/macosx/InfoWindowController.m
r921 r922 30 30 #define RATIO_CHECK_TAG 2 31 31 32 #define MIN_WINDOW_WIDTH 27033 #define MAX_WINDOW_WIDTH 200032 #define MIN_WINDOW_WIDTH 300 33 #define MAX_WINDOW_WIDTH 5000 34 34 35 35 #define TAB_INFO_IDENT @"Info" … … 42 42 #define TAB_INFO_HEIGHT 182.0 43 43 #define TAB_ACTIVITY_HEIGHT 109.0 44 #define TAB_PEERS_HEIGHT 2 36.045 #define TAB_FILES_HEIGHT 2 55.044 #define TAB_PEERS_HEIGHT 260.0 45 #define TAB_FILES_HEIGHT 260.0 46 46 #define TAB_OPTIONS_HEIGHT 83.0 47 47
Note: See TracChangeset
for help on using the changeset viewer.