MediaConverter: Set initial text in constructor
This commit is contained in:
@@ -173,11 +173,8 @@ MediaConverterWindow::MediaConverterWindow(BRect frame)
|
|||||||
fOutputFolder->SetExplicitAlignment(labelAlignment);
|
fOutputFolder->SetExplicitAlignment(labelAlignment);
|
||||||
|
|
||||||
// start/end duration
|
// start/end duration
|
||||||
fStartDurationTC = new BTextControl(NULL, NULL, NULL);
|
fStartDurationTC = new BTextControl(NULL, "0", NULL);
|
||||||
fStartDurationTC->SetText("0");
|
fEndDurationTC = new BTextControl(NULL, "0", NULL);
|
||||||
|
|
||||||
fEndDurationTC = new BTextControl(NULL, NULL, NULL);
|
|
||||||
fEndDurationTC->SetText("0");
|
|
||||||
|
|
||||||
// Video Quality
|
// Video Quality
|
||||||
fVideoQualitySlider = new BSlider("VSlider", "" ,
|
fVideoQualitySlider = new BSlider("VSlider", "" ,
|
||||||
|
|||||||
Reference in New Issue
Block a user