Remove "Colour/Background/Modified" option, which was made irrelevant by r4699.
Originally committed to SVN as r4762.
This commit is contained in:
parent
069581b9be
commit
daa77301eb
2 changed files with 1 additions and 9 deletions
|
@ -105,9 +105,6 @@
|
||||||
"Waveform Modified" : "rgb(255, 230, 230)",
|
"Waveform Modified" : "rgb(255, 230, 230)",
|
||||||
"Waveform Selected" : "rgb(255,255,255)"
|
"Waveform Selected" : "rgb(255,255,255)"
|
||||||
},
|
},
|
||||||
"Background" : {
|
|
||||||
"Modified" : "rgb(192, 192, 255)"
|
|
||||||
},
|
|
||||||
"Style Editor" : {
|
"Style Editor" : {
|
||||||
"Background" : {
|
"Background" : {
|
||||||
"Preview" : "rgb(125, 153, 176)"
|
"Preview" : "rgb(125, 153, 176)"
|
||||||
|
|
|
@ -159,12 +159,7 @@ Interface::Interface(wxTreebook *book, Preferences *parent): OptionPage(book, pa
|
||||||
/// Interface Colours preferences subpage
|
/// Interface Colours preferences subpage
|
||||||
Interface_Colours::Interface_Colours(wxTreebook *book, Preferences *parent): OptionPage(book, parent, _("Colours"), PAGE_SCROLL|PAGE_SUB) {
|
Interface_Colours::Interface_Colours(wxTreebook *book, Preferences *parent): OptionPage(book, parent, _("Colours"), PAGE_SCROLL|PAGE_SUB) {
|
||||||
delete sizer;
|
delete sizer;
|
||||||
wxSizer *main_sizer = new wxBoxSizer(wxHORIZONTAL);
|
wxSizer *main_sizer = sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||||
sizer = new wxBoxSizer(wxVERTICAL);
|
|
||||||
main_sizer->Add(sizer);
|
|
||||||
|
|
||||||
wxFlexGridSizer *general = PageSizer(_("General"));
|
|
||||||
OptionAdd(general, _("Modified Background"), "Colour/Background/Modified");
|
|
||||||
|
|
||||||
wxFlexGridSizer *audio = PageSizer(_("Audio Display"));
|
wxFlexGridSizer *audio = PageSizer(_("Audio Display"));
|
||||||
OptionAdd(audio, _("Play cursor"), "Colour/Audio Display/Play Cursor");
|
OptionAdd(audio, _("Play cursor"), "Colour/Audio Display/Play Cursor");
|
||||||
|
|
Loading…
Reference in a new issue