From ade32a98111560606a6b39a17551e46b46e8a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Mon, 9 Sep 2024 10:10:49 +0200 Subject: [PATCH] dash-to-dock 96 Resolves: RHEL-58966 --- .gitignore | 1 + gnome-shell-extension-dash-to-dock.spec | 2 +- sources | 2 +- stylesheet.css | 10 +++++++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2313d22..688b59c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gnome-shell-extension-dash-to-dock-92.tar.gz /gnome-shell-extension-dash-to-dock-94.tar.gz +/gnome-shell-extension-dash-to-dock-96.tar.gz diff --git a/gnome-shell-extension-dash-to-dock.spec b/gnome-shell-extension-dash-to-dock.spec index a615502..6ee9609 100644 --- a/gnome-shell-extension-dash-to-dock.spec +++ b/gnome-shell-extension-dash-to-dock.spec @@ -7,7 +7,7 @@ #%%global commit_date 20240320 Name: gnome-shell-extension-dash-to-dock -Version: 94 +Version: 96 Release: %autorelease #Release: %%autorelease -e %%{commit_date}git%%{commit_short} Summary: Dock for the Gnome Shell by micxgx@gmail.com diff --git a/sources b/sources index 07297e5..1573060 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnome-shell-extension-dash-to-dock-94.tar.gz) = 10eef60349d19018f87f4d5a7d69e0a2ddd02d68281ff1f3d73bc2d6311a6e6a4f759bdf16f0b9917913905481600378d46b65b08812122e48cc4941f28521b9 +SHA512 (gnome-shell-extension-dash-to-dock-96.tar.gz) = 7f69d240cef8bdaf523bdcb39d7ad4dde8fe8e66433313c2881533150e0c13440b3d1865f5ea53db28941cb4789ba652320bcb59f1cda9d9d297bd57018243b9 diff --git a/stylesheet.css b/stylesheet.css index b86d24f..74e58c9 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1368,9 +1368,12 @@ * -progress-bar-track-line-width: 1 * -progress-bar-background: 204, 204, 204, 1.0 * -progress-bar-border: 230, 230, 230, 1.0 + * -progress-bar-height-factor: (0.20) 20% of the icon size * -progress-bar-line-width: 1 * -progress-bar-top-offset: undefined * -progress-bar-valign: 1.0 + * -progress-bar-horizontal-padding: 0.05 (5% of icon size) + * -progress-bar-vertical-padding: 0.05 (5% of icon size) */ -progress-bar-track-background: rgba(0, 0, 0, 0.45); -progress-bar-track-border: rgba(0, 0, 0, 0.7); @@ -1379,8 +1382,13 @@ #overview .progress-bar, .apps-scroll-view .progress-bar { + -progress-bar-height-factor: 0.15; -progress-bar-top-offset: 0; - -progress-bar-valign: 0.8; } + -progress-bar-valign: 0.95; } + +#overview .grid-search-results .overview-tile .progress-bar, +#overview .app-folder-dialog .progress-bar { + -progress-bar-height-factor: 0.13; } #dashtodockContainer.top #dash .placeholder, #dashtodockContainer.bottom #dash .placeholder {