]> git.pld-linux.org Git - packages/transmission.git/blame - transmission-qtr_details.patch
- only SYS_fallocate
[packages/transmission.git] / transmission-qtr_details.patch
CommitLineData
22254747
KK
1--- transmission-1.61/qt/details.cc.orig 2009-05-12 02:32:27.000000000 +0200
2+++ transmission-1.61/qt/details.cc 2009-05-16 23:11:25.000000000 +0200
3@@ -143,6 +143,7 @@
4 t->addTab( w = createOptionsTab( ), tr( "Options" ) );
5 myWidgets << w;
6 layout->addWidget( t );
7+ resize(600, height());
8
9 QDialogButtonBox * buttons = new QDialogButtonBox( QDialogButtonBox::Close, Qt::Horizontal, this );
10 connect( buttons, SIGNAL(rejected()), this, SLOT(deleteLater()));
11@@ -1048,7 +1049,7 @@
12 v->addWidget( myPeerTree, 1 );
13
14 const QFontMetrics m( font( ) );
15- QSize size = m.size( 0, "1024 MB/s" );
16+ QSize size = m.size( 0, "1024,0 MB/s" );
17 myPeerTree->setColumnWidth( COL_UP, size.width( ) );
18 myPeerTree->setColumnWidth( COL_DOWN, size.width( ) );
19 size = m.size( 0, " 100% " );
This page took 0.023172 seconds and 4 git commands to generate.