Changeset 5d22816 for src/gui/mainwindow.cpp
- Timestamp:
- 02/01/10 13:11:34 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8c4d4f7
- Parents:
- 8896336
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r8896336 r5d22816 31 31 { 32 32 setupUi(this); 33 34 #ifdef N810 35 tabWidget->setTabText(1,"Favs"); 36 //tabWidget->setTabText(2,"Day"); 37 #endif 33 38 34 39 // first time run aplication: -> let's have it direct connection in this case … … 141 146 Ui::AboutDialog ui; 142 147 ui.setupUi(&dialog); 148 #ifdef N810 149 dialog.setFixedWidth(width()); 150 #endif 143 151 dialog.exec(); 144 152 }
Note: See TracChangeset
for help on using the changeset viewer.