[gnome-shell-sass] keyring: Implement new dialog design



commit b9fcc29376fb081a8b9b204695cad977a5316331
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Mon Jan 20 17:40:25 2020 +0100

    keyring: Implement new dialog design
    
    Replace the ClutterGridLayout of the keyring dialog with a vertical
    StBoxLayout based layout according to the new dialog design:
    
    - Center-align all the elements of the dialog
    - Remove the work-spinner because requests usually finish fast enough
    - Show the entry-labels as hint text of the entry
    
    See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/942

 widgets/_dialogs.scss | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index 48f8b0b..88f28d7 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -170,8 +170,3 @@
   spacing-rows: 15px;
   spacing-columns: 1em;
 }
-
-.keyring-dialog-control-table {
-  spacing-rows: 15px;
-  spacing-columns: 1em;
-}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]