From a3f1265ef3128aa03279db9863002b6676463b10 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 23 Jul 2013 22:52:15 -0700 Subject: [PATCH] Timeline: Reduce window minimum height. --- timeline/src/TLE.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timeline/src/TLE.fl b/timeline/src/TLE.fl index 0f73d21..13c8070 100644 --- a/timeline/src/TLE.fl +++ b/timeline/src/TLE.fl @@ -203,8 +203,8 @@ Fl::visible_focus( 0 ); Fl::screen_xywh( sx, sy, sw, sh ); + main_window->size_range( 947, 500 ); main_window->size( 947, 600 ); - main_window->size_range( 947, 600 ); if ( main_window->w() > sw || main_window->h() > sh ) @@ -263,7 +263,7 @@ Loggable::progress_callback( &TLE::progress_cb, this );} {} timeline->command_quit();} open xywh {204 266 1025 770} type Double resizable code0 {o->xclass( APP_NAME );} - class TLE_Window size_range {900 300 0 0} visible + class TLE_Window size_range {947 300 0 0} visible } { Fl_Group {} {open xywh {0 -53 1025 126} box FLAT_BOX