This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Prevent ModuleBrowser module list from scrolling horizontally.
tags/v1.0.0
Andrew Belt
5 years ago
parent
eb70847883
commit
705dfab685
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/ModuleBrowser.cpp
+ 1
- 0
src/app/ModuleBrowser.cpp
View File
@@ -456,6 +456,7 @@ struct ModuleBrowser : widget::OpaqueWidget {
modelLabel = new ui::Label;
// modelLabel->fontSize = 16;
modelLabel->box.size.x = 200;
modelLabel->box.pos = math::Vec(10, 10);
modelScroll->container->addChild(modelLabel);
Write
Preview
Loading…
Cancel
Save