Skip to content
Snippets Groups Projects
Commit 40d03bba authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Felix Paul Kühne
Browse files

qml/ProgramButton: Update to 'tv' icon

parent fa49f8c3
No related branches found
No related tags found
1 merge request!2493qml/ControlbarControl: Update tv(s) icons
......@@ -58,7 +58,7 @@ QtObject {
{ id: ControlListModel.VOLUME, file: "VolumeWidget.qml", label: VLCIcons.volume_high, text: I18n.qtr("Volume Widget") },
{ id: ControlListModel.NAVIGATION_BUTTONS, file: "NavigationWidget.qml", label: VLCIcons.dvd_menu, text: I18n.qtr("Navigation") },
{ id: ControlListModel.DVD_MENUS_BUTTON, file: "DvdMenuButton.qml", label: VLCIcons.dvd_menu, text: I18n.qtr("DVD menus") },
{ id: ControlListModel.PROGRAM_BUTTON, file: "ProgramButton.qml", label: VLCIcons.bookmark, text: I18n.qtr("Program Button") },
{ id: ControlListModel.PROGRAM_BUTTON, file: "ProgramButton.qml", label: VLCIcons.tv, text: I18n.qtr("Program Button") },
{ id: ControlListModel.TELETEXT_BUTTONS, file: "TeletextButton.qml", label: VLCIcons.tvtelx, text: I18n.qtr("Teletext") },
{ id: ControlListModel.RENDERER_BUTTON, file: "RendererButton.qml", label: VLCIcons.renderer, text: I18n.qtr("Renderer Button") },
{ id: ControlListModel.ASPECT_RATIO_COMBOBOX, file: "AspectRatioWidget.qml", label: VLCIcons.aspect_ratio, text: I18n.qtr("Aspect Ratio") },
......
......@@ -30,8 +30,7 @@ Widgets.IconControlButton {
signal requestLockUnlockAutoHide(bool lock)
// FIXME: Placeholder icon.
iconText: VLCIcons.bookmark
iconText: VLCIcons.tv
text: I18n.qtr("Programs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment