summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-05 22:07:50 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-05 22:07:50 +0100
commitf2a40499914469e87713642a315267954f5cc547 (patch)
tree8707f5cea4485b20548c45fa90cedc5b7e66a818 /source/view.c
parentfb59be5d72f86e7bfceb8a40efdf417d0385a829 (diff)
Remove separator
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/view.c b/source/view.c
index a7ea0b7b..18386571 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1382,11 +1382,9 @@ static int rofi_view_calculate_height ( RofiViewState *state )
return height;
}
if ( state->filtered_lines == 0 && !config.fixed_num_lines ) {
- widget_disable ( WIDGET ( state->input_bar_separator ) );
widget_disable ( WIDGET ( state->list_view) );
}
else {
- widget_enable ( WIDGET ( state->input_bar_separator ) );
widget_enable ( WIDGET ( state->list_view) );
}