mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
small layout adjustment
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#define MIN_WINDOW_WIDTH 300
|
||||
#define MAX_WINDOW_WIDTH 5000
|
||||
|
||||
#define FILE_ROW_LARGE_HEIGHT 34.0
|
||||
|
||||
#define TAB_INFO_IDENT @"Info"
|
||||
#define TAB_ACTIVITY_IDENT @"Activity"
|
||||
#define TAB_PEERS_IDENT @"Peers"
|
||||
@@ -784,7 +786,7 @@
|
||||
{
|
||||
float height = [outlineView rowHeight];
|
||||
if (![[item objectForKey: @"IsFolder"] boolValue])
|
||||
height = 34.0;
|
||||
height = FILE_ROW_LARGE_HEIGHT;
|
||||
return height;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user