[gimp] app, themes: improve GimpSpinScale styling
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app, themes: improve GimpSpinScale styling
- Date: Wed, 17 Jun 2020 07:41:25 +0000 (UTC)
commit f18244220694d2e3a26d107822717ad5cd039b94
Author: Ell <ell_se yahoo com>
Date: Wed Jun 17 10:33:22 2020 +0300
app, themes: improve GimpSpinScale styling
app/widgets/gimpspinscale.c | 2 --
themes/System/gimp.css | 9 +--------
2 files changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/app/widgets/gimpspinscale.c b/app/widgets/gimpspinscale.c
index b14a563310..f3293803b3 100644
--- a/app/widgets/gimpspinscale.c
+++ b/app/widgets/gimpspinscale.c
@@ -172,8 +172,6 @@ gimp_spin_scale_class_init (GimpSpinScaleClass *klass)
g_param_spec_string ("label", NULL, NULL,
NULL,
GIMP_PARAM_READWRITE));
-
- gtk_widget_class_set_css_name (widget_class, "GimpSpinScale");
}
static void
diff --git a/themes/System/gimp.css b/themes/System/gimp.css
index e7886a77bb..9acca7ba1a 100644
--- a/themes/System/gimp.css
+++ b/themes/System/gimp.css
@@ -84,13 +84,6 @@ GimpToolDialog headerbar button {
padding: 2px 2px 2px 2px;
}
-GimpDock spinbutton button,
-GimpOverlayDialog spinbutton button,
-GimpToolDialog spinbutton button,
-GimpTextStyleEditor spinbutton button {
- padding: 0 0 0 0;
-}
-
GimpDock frame {
-GimpFrame-label-bold: 0;
-GimpFrame-label-spacing: 2;
@@ -133,7 +126,7 @@ GimpRuler {
font-size: smaller;
}
-GimpSpinScale entry progress {
+spinbutton entry progress {
background-color: @theme_selected_bg_color;
border-width: 0px;
border-radius: 3px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]