Changeset 7639577
- Timestamp:
- Apr 17, 2013 11:28:01 AM (2 months ago)
- Branches:
- master, 9.1-release
- Children:
- d386893
- Parents:
- be298e4
- File:
-
- 1 edited
-
src-qt4/pc-mounttray/fsDialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src-qt4/pc-mounttray/fsDialog.cpp
rbe298e4 r7639577 2 2 3 3 FSDialog::FSDialog() : QDialog(){ 4 this->setWindowTitle( tr("System Disk Capacity") ); 5 this->setWindowIcon( QIcon(":icons/harddrive.png")); 4 6 generateUI(); 5 7 } … … 67 69 this->setLayout(vlayout); 68 70 //Now resize the dialog to fit the widget appropriately 69 this->adjustSize(); 71 this->adjustSize(); //still not working right -- need research on this 70 72 } 71 73
Note: See TracChangeset
for help on using the changeset viewer.
