mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-07 15:31:27 +03:00
Fixed UI bug in about dialog
This commit is contained in:
@@ -38,7 +38,8 @@
|
|||||||
<mat-divider></mat-divider>
|
<mat-divider></mat-divider>
|
||||||
<div style="margin-top: 10px;">
|
<div style="margin-top: 10px;">
|
||||||
<h5>Personal settings:</h5>
|
<h5>Personal settings:</h5>
|
||||||
<mat-form-field placeholder="Sidepanel mode">
|
<mat-form-field>
|
||||||
|
<mat-label i18n="Sidepanel mode">Sidepanel mode</mat-label>
|
||||||
<mat-select [(ngModel)]="sidepanel_mode" (selectionChange)="sidePanelModeChanged($event.value)">
|
<mat-select [(ngModel)]="sidepanel_mode" (selectionChange)="sidePanelModeChanged($event.value)">
|
||||||
<mat-option value="over">
|
<mat-option value="over">
|
||||||
Over
|
Over
|
||||||
@@ -49,7 +50,8 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<br/>
|
<br/>
|
||||||
<mat-form-field placeholder="Card size">
|
<mat-form-field>
|
||||||
|
<mat-label i18n="File card size">File card size</mat-label>
|
||||||
<mat-select [(ngModel)]="card_size" (selectionChange)="cardSizeOptionChanged($event.value)">
|
<mat-select [(ngModel)]="card_size" (selectionChange)="cardSizeOptionChanged($event.value)">
|
||||||
<mat-option value="large">
|
<mat-option value="large">
|
||||||
Large
|
Large
|
||||||
|
|||||||
Reference in New Issue
Block a user