We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 437e4e2 commit bfbb75aCopy full SHA for bfbb75a
resources/themes/Blend of Gray/style.qss
@@ -526,6 +526,11 @@ QRadioButton::indicator:hover
526
/* GROUP */
527
/* ==================================================================================== */
528
529
+QGroupBox {
530
+ padding-top: 1.05em;
531
+ border:1px solid rgba(0,0,0,0);
532
+}
533
+
534
QGroupBox::title {
535
color: @text;
536
}
resources/themes/Night Mapping/style.qss
@@ -537,6 +537,11 @@ QRadioButton::indicator:hover
537
538
539
540
541
542
543
544
545
546
color: @textlight;
547
0 commit comments