Skip to content

Commit

Permalink
fix: space in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
martim01 committed Mar 31, 2022
1 parent a0cae87 commit 8885141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pam2/pnlSettingsOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pnlSettingsOutput::pnlSettingsOutput(wxWindow* parent,wxWindowID id,const wxPoin
m_pbtnSAP->SetToggle(true, wxT("Off"), wxT("On"), 60);
m_pbtnStream = new wmButton(pnlAoipSettings, ID_M_PBTN3, _("Stream"), wxPoint(260,175), wxSize(330,35), wmButton::STYLE_SELECT, wxDefaultValidator, _T("ID_M_PBTN3"));
m_pbtnStream->SetBackgroundColour(wxColour(0,128,0));
m_pbtnStream->SetToggle(true, wxT("On Demand"), wxT("Always On"), 40);
m_pbtnStream->SetToggle(true, wxT("OnDemand"), wxT("AlwaysOn"), 40);
m_pbtnActive = new wmButton(pnlAoipSettings, ID_M_PBTN1, _("Server"), wxPoint(260,215), wxSize(330,35), wmButton::STYLE_SELECT, wxDefaultValidator, _T("ID_M_PBTN1"));
m_pbtnActive->SetBackgroundColour(wxColour(0,128,0));
m_pbtnActive->SetToggle(true, wxT("Inactive"), wxT("Active"), 40);
Expand Down

0 comments on commit 8885141

Please sign in to comment.