Skip to content

Commit

Permalink
Fixed FPS entry widget min/max values.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 10, 2024
1 parent 91a9cf8 commit f79a7d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/mrvWidgets/mrvPreferencesUI.fl
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ o->redraw();}
}
}
Fl_Group {} {
label Positioning
xywh {288 37 555 360} box EMBOSSED_BOX hide
label Positioning selected
xywh {288 37 555 360} box EMBOSSED_BOX
} {
Fl_Group {} {
label Positioning open
Expand Down Expand Up @@ -855,7 +855,7 @@ v->uiWindowYSize->value( v->main->uiMain->h() );}
}
}
Fl_Group {} {
label Playback
label Playback open
xywh {288 37 555 360} box EMBOSSED_BOX align 5 hide
} {
Fl_Group {} {
Expand Down Expand Up @@ -890,7 +890,7 @@ v->uiWindowYSize->value( v->main->uiMain->h() );}
} {
Fl_Value_Input uiPrefsFPS {
label Speed
tooltip {Frames Per Second value for sequences that don't have embedded speed.} xywh {462 224 80 25} color 20 selection_color 0 maximum 120 value 24 textcolor 56
tooltip {Frames Per Second value for sequences that don't have embedded speed.} xywh {462 224 80 25} color 20 selection_color 0 minimum 1 maximum 240 step 1 value 24 textcolor 56
}
Fl_Menu_Button {} {
label FPS
Expand Down Expand Up @@ -1091,10 +1091,10 @@ uiPrefs->uiPrefsOCIOConfig->value( r.c_str() );}
}
Fl_Group {} {
label {OCIO Defaults} open
xywh {288 37 555 367} align 5
xywh {288 37 555 367} align 5 hide
} {
Fl_Group {} {
label {OCIO Defaults} open selected
label {OCIO Defaults} open
xywh {305 54 520 340} box ROUNDED_BOX
} {
Fl_Group uiOCIO_ICS {
Expand Down

0 comments on commit f79a7d6

Please sign in to comment.