add set_border_width for testing
This commit is contained in:
@ -2369,6 +2369,10 @@ create_view (Buffer *buffer)
|
||||
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view->text_view),
|
||||
GTK_WRAP_WORD);
|
||||
|
||||
/* Make sure border width works, no real reason to do this other than testing */
|
||||
gtk_container_set_border_width (GTK_CONTAINER (view->text_view),
|
||||
10);
|
||||
|
||||
/* Draw tab stops in the top and bottom windows. */
|
||||
|
||||
gtk_text_view_set_border_window_size (GTK_TEXT_VIEW (view->text_view),
|
||||
|
||||
Reference in New Issue
Block a user