From 9bb91ca8751cdb13be829569e88979bd4d0ed44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 15 Apr 2020 20:27:15 +0200 Subject: [PATCH] dbusServices/extensions: Stop using GtkToolbar Toolbars have been removed from GTK4, so just use a regular GtkBox for the error details bottom bar. Part-of: --- .../extensions/css/application.css | 6 +- .../extensions/ui/extension-prefs-dialog.ui | 73 +++++++------------ 2 files changed, 32 insertions(+), 47 deletions(-) diff --git a/js/dbusServices/extensions/css/application.css b/js/dbusServices/extensions/css/application.css index 06914ea3c..1acbf36c8 100644 --- a/js/dbusServices/extensions/css/application.css +++ b/js/dbusServices/extensions/css/application.css @@ -1,2 +1,6 @@ .expander-frame > * { border-top-width: 0; } -.expander-toolbar { border: 0 solid @borders; border-top-width: 1px; } +.expander-toolbar { + border: 0 solid @borders; + border-top-width: 1px; + padding: 3px; +} diff --git a/js/dbusServices/extensions/ui/extension-prefs-dialog.ui b/js/dbusServices/extensions/ui/extension-prefs-dialog.ui index e7895bba6..020bc4462 100644 --- a/js/dbusServices/extensions/ui/extension-prefs-dialog.ui +++ b/js/dbusServices/extensions/ui/extension-prefs-dialog.ui @@ -117,65 +117,46 @@ - + True - + True + True + True + win.copy-error + - + True - True - True - win.copy-error - - - - True - edit-copy-symbolic - - + edit-copy-symbolic - - True - False - - - True - - - - - True - - - - True - end - Homepage - Visit extension homepage - True - True - True - win.show-url - - - + + + True + end + Homepage + Visit extension homepage + True + True + True + win.show-url +