Browse Source

Timeline: Reduce window minimum height.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
a3f1265ef3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      timeline/src/TLE.fl

+ 2
- 2
timeline/src/TLE.fl View File

@@ -203,8 +203,8 @@ Fl::visible_focus( 0 );


Fl::screen_xywh( sx, sy, sw, sh ); Fl::screen_xywh( sx, sy, sw, sh );


main_window->size_range( 947, 500 );
main_window->size( 947, 600 ); main_window->size( 947, 600 );
main_window->size_range( 947, 600 );


if ( main_window->w() > sw || if ( main_window->w() > sw ||
main_window->h() > sh ) main_window->h() > sh )
@@ -263,7 +263,7 @@ Loggable::progress_callback( &TLE::progress_cb, this );} {}
timeline->command_quit();} open timeline->command_quit();} open
xywh {204 266 1025 770} type Double resizable xywh {204 266 1025 770} type Double resizable
code0 {o->xclass( APP_NAME );} 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 Fl_Group {} {open
xywh {0 -53 1025 126} box FLAT_BOX xywh {0 -53 1025 126} box FLAT_BOX


Loading…
Cancel
Save