Home
last modified time | relevance | path

Searched refs:tinyButtonHeight (Results 1 – 1 of 1) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp808 const pp_int32 tinyButtonHeight = 10; in initListboxesSection() local
813 const pp_int32 tinyButtonHeight = 9; in initListboxesSection() local
1069 …, this, PPPoint(x+button->getSize().width+4, y+dy+tinyButtonOffset), PPSize(15, tinyButtonHeight)); in initListboxesSection()
1073 … this, PPPoint(button->getLocation().x + 16, y+dy+tinyButtonOffset), PPSize(15, tinyButtonHeight)); in initListboxesSection()
1083 …ionInstruments, PPPoint(x+2 + size - 2 - 61, y+dy+tinyButtonOffset), PPSize(30, tinyButtonHeight)); in initListboxesSection()
1088 …ionInstruments, PPPoint(x+2 + size - 2 - 30, y+dy+tinyButtonOffset), PPSize(30, tinyButtonHeight)); in initListboxesSection()
1099 … this, PPPoint(button->getLocation().x - 16, y+dy+tinyButtonOffset), PPSize(15, tinyButtonHeight)); in initListboxesSection()
1103 … this, PPPoint(button->getLocation().x - 16, y+dy+tinyButtonOffset), PPSize(15, tinyButtonHeight)); in initListboxesSection()
1120 …nSamples, PPPoint(x+2 + size*2 + 4 - 2 - 92, y+dy+tinyButtonOffset), PPSize(30, tinyButtonHeight)); in initListboxesSection()
1125 …nSamples, PPPoint(x+2 + size*2 + 4 - 2 - 61, y+dy+tinyButtonOffset), PPSize(30, tinyButtonHeight)); in initListboxesSection()
[all …]