From cca9af71ef0674aa70482a6683183856d5acbf48 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 7 Sep 2011 01:24:43 +0000 Subject: [PATCH] revert the spacing between the table row buttons --- macosx/TorrentCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index a2868f9d1..7ab4b7b52 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -47,7 +47,7 @@ #define HEIGHT_STATUS 12.0 #define PADDING_HORIZONTAL 5.0 -#define PADDING_BETWEEN_BUTTONS 4.0 +#define PADDING_BETWEEN_BUTTONS 3.0 #define PADDING_BETWEEN_IMAGE_AND_TITLE (PADDING_HORIZONTAL + 1.0) #define PADDING_BETWEEN_IMAGE_AND_BAR PADDING_HORIZONTAL #define PADDING_BETWEEN_TITLE_AND_PRIORITY 3.0