diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-18 06:38:30 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-18 07:04:01 +0100 | 
| commit | b78010ccb1e6663ced40d212c3239b07b0065365 (patch) | |
| tree | 8cac8917563c4e3a87f690fd0c09d6391077f2a0 /README.adoc | |
| parent | c136c089fab3e5aff6ef8339f8aea93cf142d1c7 (diff) | |
| download | fiv-b78010ccb1e6663ced40d212c3239b07b0065365.tar.gz fiv-b78010ccb1e6663ced40d212c3239b07b0065365.tar.xz fiv-b78010ccb1e6663ced40d212c3239b07b0065365.zip  | |
Adopt shorter identifiers
Also, slightly reformat the source code according to clang-format.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index ceab31c..2f4f353 100644 --- a/README.adoc +++ b/README.adoc @@ -44,7 +44,7 @@ The standard means to adjust the looks of the program is through GTK+ 3 CSS.  As an example, to tightly pack browser items, put the following in your  _~/.config/gtk-3.0/gtk.css_: - fastiv-browser { -FastivBrowser-spacing: 0; padding: 0; border: 0; margin: 0; } + fiv-browser { -FivBrowser-spacing: 0; padding: 0; border: 0; margin: 0; }  The GTK+ inspector will be very helpful, should you want to experiment.  | 
