adjust per-torrent action button placement

This commit is contained in:
Mitchell Livingston 2007-12-01 16:23:29 +00:00
parent b08415c62c
commit b9433123f4
2 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@
#define BUTTON_WIDTH 14.0
#define BUTTONS_TOTAL_WIDTH 36.0
#define ACTION_BUTTON_HEIGHT 12.0
#define ACTION_BUTTON_WIDTH 28.0
#define ACTION_BUTTON_HEIGHT 14.0
#define ACTION_BUTTON_WIDTH 32.0
@interface TorrentTableView : NSTableView
{

View File

@ -34,7 +34,7 @@
#define BUTTON_TO_TOP_REGULAR 33.0
#define BUTTON_TO_TOP_SMALL 20.0
#define ACTION_BUTTON_TO_TOP 47.0
#define ACTION_BUTTON_TO_TOP 44.0
#define ACTION_MENU_GLOBAL_TAG 101
#define ACTION_MENU_UNLIMITED_TAG 102