mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-27 14:44:39 +01:00
Show page border
This commit is contained in:
parent
88d4766a75
commit
f2b24f75b5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ document_open(const char* path, const char* password)
|
|||
}
|
||||
|
||||
/* pack to page view */
|
||||
gtk_box_pack_start(GTK_BOX(Zathura.UI.page_view), image, TRUE, TRUE, 0);
|
||||
gtk_box_pack_start(GTK_BOX(Zathura.UI.page_view), image, TRUE, TRUE, 1);
|
||||
}
|
||||
|
||||
girara_set_view(Zathura.UI.session, Zathura.UI.page_view);
|
||||
|
|
Loading…
Add table
Reference in a new issue