diff options
| author | Leandro Pereira <leandro@hardinfo.org> | 2019-07-12 08:28:46 -0700 | 
|---|---|---|
| committer | Leandro Pereira <leandro@hardinfo.org> | 2019-07-12 08:31:18 -0700 | 
| commit | 85a9e786d419cf584e2911fe1be7be39d51c0ee8 (patch) | |
| tree | f091b646a1abbfc24214aa0d5f84e091b65333e1 /shell | |
| parent | 512535ff97694c4cf0a824a2a2c357b0b90a1353 (diff) | |
Tweak border in detailview
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/shell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shell/shell.c b/shell/shell.c index cb26727b..48745f6b 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1525,7 +1525,7 @@ static void module_selected_show_info_detail(GKeyFile *key_file,              gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_NONE);              g_free(tmp); -            gtk_container_set_border_width(GTK_CONTAINER(frame), 12); +            gtk_container_set_border_width(GTK_CONTAINER(frame), 6);              gtk_box_pack_start(GTK_BOX(shell->detail_view->view), frame, FALSE,                                 FALSE, 0); | 
