Changeset e51c78af27 in tspsg for src/main.cpp


Ignore:
Timestamp:
Apr 30, 2010, 3:45:55 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
e3533af1cf
Parents:
0773f1b65f
git-author:
Oleksii Serdiuk <contacts@…> (04/30/10 03:45:55)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
Message:

+ Added a checkbox to the "Settings" menu to be able to show/hide Toolbar.

  • "Save" Toolbar button now has an arrow that calls "Save As..." popup menu.
  • Fixed a bug: "Autosize" setting was never saved and was always on.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r0773f1b65f re51c78af27  
    5858
    5959MainWindow mainwindow;
     60#ifdef HANDHELD
     61        mainwindow.showMaximized();
     62#else // HANDHELD
    6063        mainwindow.show();
     64#endif // HANDHELD
    6165        app.restoreOverrideCursor();
    6266        return app.exec();
Note: See TracChangeset for help on using the changeset viewer.