linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02713
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2340: enlarge country columns
------------------------------------------------------------
revno: 2340
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2010-12-10 23:43:31 +0100
message:
enlarge country columns
modified:
win32/HubFrame.cpp
win32/TransferView.cpp
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'win32/HubFrame.cpp'
--- win32/HubFrame.cpp 2010-12-08 16:54:29 +0000
+++ win32/HubFrame.cpp 2010-12-10 22:43:31 +0000
@@ -46,7 +46,7 @@
{ N_("Tag"), 100, false },
{ N_("Connection"), 75, false },
{ N_("IP"), 100, false },
- { N_("Country"), 50, false },
+ { N_("Country"), 100, false },
{ N_("E-Mail"), 100, false },
{ N_("CID"), 300, false}
};
=== modified file 'win32/TransferView.cpp'
--- win32/TransferView.cpp 2010-12-10 22:16:24 +0000
+++ win32/TransferView.cpp 2010-12-10 22:43:31 +0000
@@ -35,7 +35,7 @@
#include <boost/scoped_ptr.hpp>
int TransferView::connectionIndexes[] = { CONNECTION_COLUMN_USER, CONNECTION_COLUMN_HUB, CONNECTION_COLUMN_STATUS, CONNECTION_COLUMN_SPEED, CONNECTION_COLUMN_CHUNK, CONNECTION_COLUMN_TRANSFERED, CONNECTION_COLUMN_QUEUED, CONNECTION_COLUMN_CIPHER, CONNECTION_COLUMN_IP, CONNECTION_COLUMN_COUNTRY };
-int TransferView::connectionSizes[] = { 125, 100, 375, 100, 125, 125, 75, 100, 100, 50 };
+int TransferView::connectionSizes[] = { 125, 100, 375, 100, 125, 125, 75, 100, 100, 100 };
int TransferView::downloadIndexes[] = { DOWNLOAD_COLUMN_FILE, DOWNLOAD_COLUMN_PATH, DOWNLOAD_COLUMN_STATUS, DOWNLOAD_COLUMN_TIMELEFT, DOWNLOAD_COLUMN_SPEED, DOWNLOAD_COLUMN_DONE, DOWNLOAD_COLUMN_SIZE };
int TransferView::downloadSizes[] = { 200, 300, 150, 200, 125, 100, 100 };