From 83d4641a4df3a5e8e7fc1c16268b14de49bde365 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 4 Jan 2019 14:07:36 +0800 Subject: [PATCH 1/3] Fix misaligned icons in STATUS list in GUI The 2 changed icons has different width/height ratio than other icons in STATUS list, thus they take more width than others when rendered in GUI. --- src/icons/skin/completed.svg | 4 ++-- src/icons/skin/downloading.svg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/icons/skin/completed.svg b/src/icons/skin/completed.svg index 01d23cc17..a2259d92a 100644 --- a/src/icons/skin/completed.svg +++ b/src/icons/skin/completed.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/skin/downloading.svg b/src/icons/skin/downloading.svg index a4c1b7f80..443fd36fe 100644 --- a/src/icons/skin/downloading.svg +++ b/src/icons/skin/downloading.svg @@ -1,3 +1,3 @@ - - + + From 6f34afce213d93b824c196d1f90649afab0e298f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 7 Jan 2019 13:43:45 +0800 Subject: [PATCH 2/3] Fix speed limit icon too large on WebUI Closes #10127. --- src/webui/www/private/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index c93f1bbd4..bacbc729b 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -178,7 +178,7 @@ Connection Status - QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow] + QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow] From a8ba5bda7971884ef4a0e0d08e82024c8c443caa Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 11 Jan 2019 13:49:17 +0800 Subject: [PATCH 3/3] Update WebUI img to use svg images --- src/webui/www/private/preferences_content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/www/private/preferences_content.html b/src/webui/www/private/preferences_content.html index 99d4c9978..5a4896152 100644 --- a/src/webui/www/private/preferences_content.html +++ b/src/webui/www/private/preferences_content.html @@ -386,7 +386,7 @@ @@ -404,7 +404,7 @@
- QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow] + QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow]   QBT_TR(KiB/s)QBT_TR[CONTEXT=OptionsDialog]
- QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow] + QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow]   QBT_TR(KiB/s)QBT_TR[CONTEXT=OptionsDialog]