Changes between Initial Version and Version 1 of Ticket #13170, comment 6


Ignore:
Timestamp:
Jul 6, 2020, 2:30:00 AM (4 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13170, comment 6

    initial v1  
    1 I think that `12.0f` value should be not used directly [https://git.haiku-os.org/haiku/tree/src/kits/interface/ScrollBar.cpp?id=b29bb4bec5886358275e0f2f4413b4a9a57123bd#n102 here]. At least some constant define should be used.
     1I think that `12.0f` value should be not used directly [https://git.haiku-os.org/haiku/tree/src/kits/interface/ScrollBar.cpp?id=b29bb4bec5886358275e0f2f4413b4a9a57123bd#n102 here]. At least some constant define should be used, for example `B_DEFAULT_FONT_SIZE`.