qml: use IconToolButton in NavigationBoxButton

IconControlButton is no more.
This commit is contained in:
Fatih Uzunoglu 2024-03-13 13:31:38 +02:00 committed by Jean-Baptiste Kempf
parent 8ed07cf09d
commit 3d8fa03b17
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@ import "qrc:///style/"
import org.videolan.vlc 0.1
Widgets.IconControlButton {
Widgets.IconToolButton {
visible: Player.isInteractive
iconText: VLCIcons.ic_fluent_arrow_move
text: I18n.qtr("Navigation Buttons")
text: VLCIcons.ic_fluent_arrow_move
description: I18n.qtr("Navigation Buttons")
onClicked: MainCtx.navBoxToggled()
}