Changeset 922


Ignore:
Timestamp:
Sep 25, 2006, 8:21:19 PM (16 years ago)
Author:
livings124
Message:

Better sizing of table in inspector, and slightly larger min width.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r921 r922  
    324324                4DCCBB3C09C3D71100D3CABF /* TorrentCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = TorrentCell.m; path = macosx/TorrentCell.m; sourceTree = "<group>"; };
    325325                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; };
    327327                4DDBB71B09E16BF100284745 /* transmissioncli.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transmissioncli.c; path = cli/transmissioncli.c; sourceTree = "<group>"; };
    328328                4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DownloadBadge.png; path = macosx/Images/DownloadBadge.png; sourceTree = "<group>"; };
  • trunk/macosx/InfoWindowController.m

    r921 r922  
    3030#define RATIO_CHECK_TAG 2
    3131
    32 #define MIN_WINDOW_WIDTH 270
    33 #define MAX_WINDOW_WIDTH 2000
     32#define MIN_WINDOW_WIDTH 300
     33#define MAX_WINDOW_WIDTH 5000
    3434
    3535#define TAB_INFO_IDENT @"Info"
     
    4242#define TAB_INFO_HEIGHT 182.0
    4343#define TAB_ACTIVITY_HEIGHT 109.0
    44 #define TAB_PEERS_HEIGHT 236.0
    45 #define TAB_FILES_HEIGHT 255.0
     44#define TAB_PEERS_HEIGHT 260.0
     45#define TAB_FILES_HEIGHT 260.0
    4646#define TAB_OPTIONS_HEIGHT 83.0
    4747
Note: See TracChangeset for help on using the changeset viewer.