X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftabular_decoder%2Fview.cpp;fp=pv%2Fviews%2Ftabular_decoder%2Fview.cpp;h=e41734a101e62e580e3e3e61aed7e39e11feb820;hb=2a89c44befb218b3eb72c3874a55a06d73d445d3;hp=00f6e20a5d00120381d61a36fa134eaf2e945c7a;hpb=6d46525fb5566856d01deac5a7787699b17cc4e4;p=pulseview.git diff --git a/pv/views/tabular_decoder/view.cpp b/pv/views/tabular_decoder/view.cpp index 00f6e20a..e41734a1 100644 --- a/pv/views/tabular_decoder/view.cpp +++ b/pv/views/tabular_decoder/view.cpp @@ -139,6 +139,7 @@ View::View(Session &session, bool is_main_view, QMainWindow *parent) : const int font_height = QFontMetrics(QApplication::font()).height(); table_view_->verticalHeader()->setDefaultSectionSize((font_height * 5) / 4); + table_view_->verticalHeader()->setVisible(false); table_view_->horizontalHeader()->setStretchLastSection(true); table_view_->horizontalHeader()->setCascadingSectionResizes(true);