logo

badwolf

Unnamed repository; edit this file 'description' to name the repository.
commit: f56f4baec44e58038d751d8043fe4e8e25248fa1
parent: ab54779eedefa9ffc885df43f93d0f184687ee70
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 18 Feb 2019 05:53:45 +0100

badwolf.c: Put the statusbar to single line mode

Diffstat:

Mbadwolf.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/badwolf.c b/badwolf.c @@ -170,6 +170,7 @@ int main(int argc, char *argv[]) gtk_box_pack_start(GTK_BOX(browser->box), GTK_WIDGET(browser->statusbar), FALSE, FALSE, 0); gtk_widget_set_halign(browser->statusbar, GTK_ALIGN_START); + gtk_label_set_single_line_mode(GTK_LABEL(browser->statusbar), TRUE); gtk_entry_set_text(GTK_ENTRY(browser->location), target_url); gtk_entry_set_has_frame(GTK_ENTRY(browser->location), FALSE);