Nudge audio mapping view sizes up a little.
authorCarl Hetherington <cth@carlh.net>
Sat, 27 Apr 2019 21:16:07 +0000 (21:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 27 Apr 2019 21:16:07 +0000 (21:16 +0000)
src/wx/audio_mapping_view.cc

index 7a483edd9603edc5a36c3f649e7b45468244fc6b..64efe47411379d96801e34b37fd5304d56188106 100644 (file)
@@ -48,8 +48,8 @@ using boost::shared_ptr;
 using boost::optional;
 using dcp::locale_convert;
 
-#define INDICATOR_SIZE 16
-#define GRID_SPACING 24
+#define INDICATOR_SIZE 20
+#define GRID_SPACING 32
 #define LEFT_WIDTH (GRID_SPACING * 3)
 #define TOP_HEIGHT (GRID_SPACING * 2)