~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/settingsDialog.h

  • Committer: onli
  • Date: 2018-05-11 15:29:21 UTC
  • Revision ID: git-v1:881a8f9f0ba0ec4096cd79ca823bc90c6beaa6a4
Move from wxsvg to librsvg
wxsvg dies with an error, see https://sourceforge.net/p/wxsvg/discussion/424987/thread/c8717ee8/. This can be a temporary fix, but in fact I hope that rsvg can render the svgs in higher quality

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "main.h"
24
24
 
25
25
 
26
 
 
27
 
 
28
 
 
29
26
enum {
30
27
    ID_Browse_Bg = 1,
31
28
    ID_Enable_Minimize = 2,
44
41
    ID_REFLEX_ALPHA = 16,
45
42
    ID_AUTO_POSITION = 17,
46
43
    ID_ENABLE_TASKS = 18,
47
 
    ID_BLUR_TIMEOUT = 19
 
44
    ID_BLUR_TIMEOUT = 19,
 
45
    ID_FAST_ANIMATIONS = 20
48
46
};
49
47
 
50
48
// Property sheet dialog
79
77
    wxCheckBox* auto_position;
80
78
    wxCheckBox* enable_tasks;
81
79
    wxCheckBox* enable_minimize;
 
80
    wxCheckBox* fast_animations;
82
81
    wxSpinCtrl* blur_timeout_text;
83
82
    /* Zoom */
84
83
    wxSpinCtrl* zoom_text;