dash-to-dock 96
Resolves: RHEL-58966
This commit is contained in:
parent
8546e2793c
commit
ade32a9811
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/gnome-shell-extension-dash-to-dock-92.tar.gz
|
/gnome-shell-extension-dash-to-dock-92.tar.gz
|
||||||
/gnome-shell-extension-dash-to-dock-94.tar.gz
|
/gnome-shell-extension-dash-to-dock-94.tar.gz
|
||||||
|
/gnome-shell-extension-dash-to-dock-96.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#%%global commit_date 20240320
|
#%%global commit_date 20240320
|
||||||
|
|
||||||
Name: gnome-shell-extension-dash-to-dock
|
Name: gnome-shell-extension-dash-to-dock
|
||||||
Version: 94
|
Version: 96
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
#Release: %%autorelease -e %%{commit_date}git%%{commit_short}
|
#Release: %%autorelease -e %%{commit_date}git%%{commit_short}
|
||||||
Summary: Dock for the Gnome Shell by micxgx@gmail.com
|
Summary: Dock for the Gnome Shell by micxgx@gmail.com
|
||||||
|
2
sources
2
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
|
||||||
|
@ -1368,9 +1368,12 @@
|
|||||||
* -progress-bar-track-line-width: 1
|
* -progress-bar-track-line-width: 1
|
||||||
* -progress-bar-background: 204, 204, 204, 1.0
|
* -progress-bar-background: 204, 204, 204, 1.0
|
||||||
* -progress-bar-border: 230, 230, 230, 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-line-width: 1
|
||||||
* -progress-bar-top-offset: undefined
|
* -progress-bar-top-offset: undefined
|
||||||
* -progress-bar-valign: 1.0
|
* -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-background: rgba(0, 0, 0, 0.45);
|
||||||
-progress-bar-track-border: rgba(0, 0, 0, 0.7);
|
-progress-bar-track-border: rgba(0, 0, 0, 0.7);
|
||||||
@ -1379,8 +1382,13 @@
|
|||||||
|
|
||||||
#overview .progress-bar,
|
#overview .progress-bar,
|
||||||
.apps-scroll-view .progress-bar {
|
.apps-scroll-view .progress-bar {
|
||||||
|
-progress-bar-height-factor: 0.15;
|
||||||
-progress-bar-top-offset: 0;
|
-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.top #dash .placeholder,
|
||||||
#dashtodockContainer.bottom #dash .placeholder {
|
#dashtodockContainer.bottom #dash .placeholder {
|
||||||
|
Loading…
Reference in New Issue
Block a user