From cb601195bf76a790c876aa5808bcbe42dde7a1fd Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 19 Sep 2024 09:55:06 +0300 Subject: [PATCH] Set 32 as default icon size for dash to dock --- SOURCES/org.gnome.shell.extensions.dash-to-dock.gschema.xml | 2 +- SPECS/gnome-shell-extensions.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SOURCES/org.gnome.shell.extensions.dash-to-dock.gschema.xml b/SOURCES/org.gnome.shell.extensions.dash-to-dock.gschema.xml index bea307e..96cfb66 100644 --- a/SOURCES/org.gnome.shell.extensions.dash-to-dock.gschema.xml +++ b/SOURCES/org.gnome.shell.extensions.dash-to-dock.gschema.xml @@ -152,7 +152,7 @@ Add the possibility to switch workspace by mouse scrolling over the dock. - 48 + 32 Maximum dash icon size Set the allowed maximum dash icon size. Allowed range: 16..64. diff --git a/SPECS/gnome-shell-extensions.spec b/SPECS/gnome-shell-extensions.spec index 37f25bd..71349be 100644 --- a/SPECS/gnome-shell-extensions.spec +++ b/SPECS/gnome-shell-extensions.spec @@ -7,7 +7,7 @@ Name: gnome-shell-extensions Version: 40.7 -Release: 15%{?dist}.inferit.2 +Release: 15%{?dist}.inferit.3 Summary: Modify and extend GNOME Shell functionality and behavior License: GPLv2+ @@ -462,6 +462,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/ %changelog +* Thu Sep 19 2024 Arkady L. Shane - 40.7-15.inferit.3 +- Set 32 as default icon size for dash to dock + * Tue Sep 10 2024 Arkady L. Shane - 40.7-15.inferit.2 - Update dash to dock config