[gnome-shell-sass] appDisplay: Allow editing folder names
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] appDisplay: Allow editing folder names
- Date: Wed, 9 Oct 2019 01:02:07 +0000 (UTC)
commit 42ee979fd404d8d1a44ec85796b1281a4422ccf4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Sep 1 14:12:42 2019 -0300
appDisplay: Allow editing folder names
Add a new popover with a regular entry + button to rename
folders. The layout is similar to other GNOME applications.
The popup is implemented as a PopupMenu subclass, leaving
the grab management to PopupMenuManager.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/675
_common.scss | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/_common.scss b/_common.scss
index 8731ba4..9d2361c 100644
--- a/_common.scss
+++ b/_common.scss
@@ -611,6 +611,14 @@ StScrollBar {
}
+// Rename popup
+
+.rename-folder-popup-box {
+ spacing: 6px;
+ margin-left: 12px;
+ margin-right: 12px;
+}
+
// Background menu
.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]