mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
One more min-size adjustment.
This commit is contained in:
parent
d92db51cb7
commit
1f94e4a8b4
@ -59,8 +59,8 @@ using namespace musik::core::audio;
|
||||
using namespace musik::box;
|
||||
using namespace cursespp;
|
||||
|
||||
#define MIN_WIDTH 22
|
||||
#define MIN_HEIGHT 11
|
||||
#define MIN_WIDTH 36
|
||||
#define MIN_HEIGHT 12
|
||||
|
||||
#ifdef WIN32
|
||||
int _main(int argc, _TCHAR* argv[]);
|
||||
@ -83,7 +83,7 @@ int main(int argc, char* argv[])
|
||||
#endif
|
||||
|
||||
#ifdef __PDCURSES__
|
||||
PDC_set_resize_limits(MIN_HEIGHT, MIN_WIDTH, 60, 250);
|
||||
PDC_set_resize_limits(MIN_HEIGHT, 1000, MIN_WIDTH, 1000);
|
||||
resize_term(26, 100); /* must be before app init */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user