Changeset 10867 for branches/2.0x/qt/details.cc
- Timestamp:
- Jun 26, 2010, 5:15:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/qt/details.cc
r10771 r10867 925 925 hig->addRow( tr( "Privacy:" ), myPrivacyLabel = new SqueezeLabel ); 926 926 hig->addRow( tr( "Origin:" ), myOriginLabel = new SqueezeLabel ); 927 myOriginLabel->setMinimumWidth( 325 ); // stop long origin strings from resizing the widgit 927 928 hig->addRow( tr( "Comment:" ), myCommentBrowser = new QTextBrowser ); 928 929 const int h = QFontMetrics(myCommentBrowser->font()).lineSpacing() * 4;
Note: See TracChangeset
for help on using the changeset viewer.