From b78010ccb1e6663ced40d212c3239b07b0065365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 18 Dec 2021 06:38:30 +0100 Subject: Adopt shorter identifiers Also, slightly reformat the source code according to clang-format. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.adoc') 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. -- cgit v1.2.3