[vlc-commits] qml: remove history next button from topbar
Prince Gupta
git at videolan.org
Thu Aug 27 12:43:52 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Aug 20 16:59:18 2020 +0530| [f51161b84a1ec571596ce7268dd16a2adba5d4c4] | committer: Pierre Lamot
qml: remove history next button from topbar
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f51161b84a1ec571596ce7268dd16a2adba5d4c4
---
modules/gui/qt/maininterface/qml/BannerSources.qml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/modules/gui/qt/maininterface/qml/BannerSources.qml b/modules/gui/qt/maininterface/qml/BannerSources.qml
index 4a4e5bb866..0ff69e38b2 100644
--- a/modules/gui/qt/maininterface/qml/BannerSources.qml
+++ b/modules/gui/qt/maininterface/qml/BannerSources.qml
@@ -152,16 +152,6 @@ Widgets.NavigableFocusScope {
enabled: !history.previousEmpty
}
- Widgets.IconToolButton {
- id: history_next
- size: VLCStyle.icon_normal
- iconText: VLCIcons.topbar_next
- text: i18n.qtr("Next")
- height: localToolbar.height
- onClicked: history.next()
- enabled: !history.nextEmpty
- }
-
Widgets.IconToolButton {
id: list_grid_btn
size: VLCStyle.icon_normal
More information about the vlc-commits
mailing list