Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2018-09-14 08:36:42 +0000
committerMatthias Becker2018-09-27 06:59:53 +0000
commitb2e893fed155f811b92accdc60b3734831b507e6 (patch)
tree31211a8f1e1fb5624e343c2a9bab9cc4a4dde28e
parent10fd207f8b0955d0cb596008f3bfea442d46e0f7 (diff)
downloadnews-b2e893fed155f811b92accdc60b3734831b507e6.tar.gz
news-b2e893fed155f811b92accdc60b3734831b507e6.tar.xz
news-b2e893fed155f811b92accdc60b3734831b507e6.zip
Bug 535068: News for chevron changes
- No transparency artefacts - No longer truncated Change-Id: I711e851435827c15e483d3d680d69d28f13b4600 Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--4.10/images/dark_high_res.pngbin0 -> 65545 bytes
-rw-r--r--4.10/images/light_high_res.pngbin0 -> 61419 bytes
-rw-r--r--4.10/images/truncated.pngbin0 -> 42605 bytes
-rwxr-xr-x4.10/platform.html12
4 files changed, 12 insertions, 0 deletions
diff --git a/4.10/images/dark_high_res.png b/4.10/images/dark_high_res.png
new file mode 100644
index 00000000..a1e6a47c
--- /dev/null
+++ b/4.10/images/dark_high_res.png
Binary files differ
diff --git a/4.10/images/light_high_res.png b/4.10/images/light_high_res.png
new file mode 100644
index 00000000..40a5c67b
--- /dev/null
+++ b/4.10/images/light_high_res.png
Binary files differ
diff --git a/4.10/images/truncated.png b/4.10/images/truncated.png
new file mode 100644
index 00000000..8f8bc4a5
--- /dev/null
+++ b/4.10/images/truncated.png
Binary files differ
diff --git a/4.10/platform.html b/4.10/platform.html
index a146ed52..0a25093e 100755
--- a/4.10/platform.html
+++ b/4.10/platform.html
@@ -91,6 +91,18 @@ ul {padding-left: 13px;}
<h2>Themes and Styling </h2>
</td>
</tr>
+ <tr id="chevron-drawing">
+ <td class="title"><a href="#chevron-drawing">Improved drawing of the chevron button of tab folders</a></td>
+ <td class="content">
+ If a tab folder contains more tabs than can be displayed the so called chevron button is displayed showing the number of tabs not beeing displayed.<br/>
+ This chevron button no longer has transparency artefacts. This makes it much more readable especially in the dark theme but also on normal resolution displays.
+ <p><img src="images/dark_high_res.png" alt="Chevron image in dark theme before and after"></p>
+ <p><img src="images/light_high_res.png" alt="Chevron image in light theme before and after"></p>
+ The number shown on the chevron button is limited to 99. Above 99 it shows the string "99+".
+ On macOS this text is no longer truncated.
+ <p><img src="images/truncated.png" alt="Truncted number of tabs before and after"></p>
+ </td>
+ </tr>
<!-- ******************* General Updates ************************************* -->
<tr>

Back to the top