vedecoid

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vedecoid
    Participant

    Changing the code to the snippet below seems to correct the error (although I haven’t used it enough to detect potential undesirable side effects)

    if(NOT ("${BSP_EXPLICIT_LOCATION}" STREQUAL ""))
       set(_load_regular_bsps 0)
    else()
       if((NOT ("${BSP_SOURCE}" STREQUAL "")))
         if("${VISUALGDB_COMPONENT_LISTS_DIR}" STREQUAL "")
           set(_load_regular_bsps 0)
         endif()
       endif()
    endif()
    in reply to: How can I enlarge the font for VisualGDB settings dialog? #36183
    vedecoid
    Participant

    We’re 6 years later and this problem is still not fixed. If I keep the recommended DPI on a 32″ 4K monitor, the font in the VisualGDB Project Properties is barely readable. Windows 11/VS 2022/Latest VisualGDB 6.0R4(5220)

Viewing 2 posts - 1 through 2 (of 2 total)