Changeset bf92f16303 in tspsg
- Timestamp:
- Aug 26, 2012, 2:30:37 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- b26dc16dcf
- Parents:
- 5f49b20d9d
- git-author:
- Oleksii Serdiuk <contacts@…> (08/26/12 02:30:37)
- git-committer:
- Oleksii Serdiuk <contacts@…> (08/26/12 02:32:19)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/settingsdialog.cpp
r5f49b20d9d rbf92f16303 127 127 128 128 bgWhite->layout()->setMargin(0); 129 130 #ifdef Q_WS_S60 131 // On Symbian buttons are moved to a native bar so Help button is 132 // left alone. This causes it to be more to the middle instead of 133 // to the left. Adding a stretch fixes this issue. 134 buttons->insertStretch(buttons->indexOf(buttonHelp) + 1); 135 #endif 129 136 130 137 // Central layout -
ui/settingsdialog.ui
r5f49b20d9d rbf92f16303 545 545 <string>Font used for solution output</string> 546 546 </property> 547 <property name="wordWrap"> 548 <bool>true</bool> 549 </property> 547 550 </widget> 548 551 </item>
Note: See TracChangeset
for help on using the changeset viewer.