Changeset bf92f16303 in tspsg


Ignore:
Timestamp:
Aug 26, 2012, 2:30:37 AM (12 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Some small UI fixes:

  • Added word wrap to font name in Settings Dialog so it doesn't stretch it too much in case its name is too long.
  • Help button in Settings Dialog on Symbian wasn't aligned left.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.cpp

    r5f49b20d9d rbf92f16303  
    127127
    128128    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
    129136
    130137    // Central layout
  • ui/settingsdialog.ui

    r5f49b20d9d rbf92f16303  
    545545                 <string>Font used for solution output</string>
    546546                </property>
     547                <property name="wordWrap">
     548                 <bool>true</bool>
     549                </property>
    547550               </widget>
    548551              </item>
Note: See TracChangeset for help on using the changeset viewer.