[gnome-shell-sass] search: Replace IconGrid from grid search results
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] search: Replace IconGrid from grid search results
- Date: Tue, 11 Aug 2020 15:29:21 +0000 (UTC)
commit 7b31877fd7fa60a9a9ed5143ebe5f1f075f04ce0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon May 18 13:37:03 2020 -0300
search: Replace IconGrid from grid search results
Replace the usage of IconGrid in the grid search results by
a custom layout manager that only allocates as many children
as the actor can fit.
This new layout manager does not implement changing the icon
size depending on the screen size.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1265
widgets/_search-results.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/widgets/_search-results.scss b/widgets/_search-results.scss
index 9836724..0d81c97 100644
--- a/widgets/_search-results.scss
+++ b/widgets/_search-results.scss
@@ -54,6 +54,10 @@
@extend %status_text;
}
+.grid-search-results {
+ spacing: $base_spacing * 6;
+}
+
// Search results with icons
.grid-search-result {
@extend %app-well-app;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]