Changeset 57 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Aug 23, 2009, 1:26:42 AM (15 years ago)
Author:
laleppa
Message:

+ Created installation (INSTALLS and DEPLOYMENT) entries for *nix, windows and wince platforms in tspsg.pro file. Now qmake generates install rules in Makefile.
+ Automatic resize of columns after their content changes can be turned on/off in settings now.

  • Different search path for translations on different platforms.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.h

    r56 r57  
    5757        void buttonColorClicked();
    5858        void buttonFontClicked();
    59         void spinRandMinValueChanged(int val) { spinRandMax->setMinimum(val + 1); }
     59        void spinRandMinValueChanged(int val) { spinRandMax->setMinimum(val); }
    6060};
    6161
Note: See TracChangeset for help on using the changeset viewer.