Changeset 10796
- Timestamp:
- Jun 18, 2010, 7:34:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/details.cc
r10771 r10796 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.