themes: "System" theme should not use smaller font size.

What we call "System" theme should have very minimal edits over the
actual system theme. So let's drop all the "font-size" properties (one
"larger" one, but especially the many "smaller" ones).
This means that the "Default" theme also will keep system font size.

This is as discussed with Ville and Liam, the later saying he can barely
read dockable texts because of this.

On the other hand, we use "small" font size as a general rule in the
"Compact" theme, which is especially meant for people who want a compact
theme.
This commit is contained in:
Jehan 2023-05-25 18:06:41 +02:00
parent afa2a5ca96
commit 821711badb
2 changed files with 1 additions and 20 deletions

View File

@ -2,6 +2,7 @@
* {
-GimpToolPalette-tool-icon-size: small-toolbar;
font-size: small;
}
toolpalette button {

View File

@ -60,10 +60,6 @@ GimpFgBgEditor:active {
border-width: 2px 2px 2px 2px;
}
GimpDock {
font-size: smaller;
}
GimpDock notebook tab {
padding: 0 0 0 0;
}
@ -94,18 +90,6 @@ GimpDisplayShell grid > button {
padding: 0 0 0 0;
}
GimpDisplayShell combobox entry {
font-size: smaller;
}
GimpDisplayShell combobox button {
font-size: smaller;
}
GimpDisplayShell progressbar text {
font-size: larger;
}
GimpDisplayShell progressbar trough,
GimpDisplayShell progressbar progress {
min-height: 1em;
@ -117,10 +101,6 @@ GimpFileDialog progressbar progress {
min-height: 1em;
}
GimpRuler {
font-size: smaller;
}
spinbutton entry {
border-radius: 3px;
}