Fix default values in fc2dconfig
This commit is contained in:
parent
9b0645824d
commit
7456a1f111
3
TODO.md
3
TODO.md
|
|
@ -7,9 +7,6 @@
|
|||
## models
|
||||
- better default model
|
||||
|
||||
## config program
|
||||
- disable checkboxes by default in fc2dconfig
|
||||
|
||||
## misc
|
||||
- README
|
||||
- .desktop entry
|
||||
|
|
|
|||
|
|
@ -69,6 +69,12 @@ ConfigurationFrame::ConfigurationFrame() : wxFrame(NULL, wxID_ANY, "Configure "
|
|||
cameraSizer->Add(cameraText, 0, wxALIGN_CENTER | wxALL, 5);
|
||||