Skip to content

Commit

Permalink
By default, CodeLite is now installed with a "Short" tab height (conf…
Browse files Browse the repository at this point in the history
…igurable via the settings)

Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Nov 21, 2024
1 parent 66eae9f commit f0264bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Plugin/optionsconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ OptionsConfig::OptionsConfig(wxXmlNode* node)
, m_workspaceTabsDirection(wxLEFT)
, m_outputTabsDirection(wxUP)
, m_indentedComments(false)
#ifdef __WXMAC__
, m_nbTabHeight(nbTabHt_Tiny)
#else
, m_nbTabHeight(nbTabHt_Medium)
#endif
, m_nbTabHeight(nbTabHt_Short)
, m_webSearchPrefix(wxT("https://www.google.com/search?q="))
, m_smartParen(true)
{
Expand Down

0 comments on commit f0264bd

Please sign in to comment.