From 694a44cea387a8b80bb143cf406a80e298ea4143 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Mon, 28 May 2012 15:28:50 +0200 Subject: [PATCH] QML UI: Make episode list tool button wider This avoids text overflow issues for languages with longer text than the english default. --- share/gpodder/ui/qml/main_default.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/gpodder/ui/qml/main_default.qml b/share/gpodder/ui/qml/main_default.qml index 62abe30d..47433dea 100644 --- a/share/gpodder/ui/qml/main_default.qml +++ b/share/gpodder/ui/qml/main_default.qml @@ -75,6 +75,7 @@ PageStackWindow { ToolButton { id: toolFilter visible: mainObject.hasFilterButton + width: 300 onClicked: mainObject.showFilterDialog() anchors.centerIn: parent -- 2.11.4.GIT