[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/07: gr-qtgui: default font size of the c
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/07: gr-qtgui: default font size of the colorbar title in the Waterfall plot was never set. Now set to font size 18. |
Date: |
Fri, 4 Sep 2015 12:57:49 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 5f4883367e7ce6410458ae2ce0dbb7b2c5fc58b7
Author: Bill Clark <address@hidden>
Date: Thu Sep 3 13:30:35 2015 -0400
gr-qtgui: default font size of the colorbar title in the Waterfall plot was
never set. Now set to font size 18.
---
gr-qtgui/lib/WaterfallDisplayPlot.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gr-qtgui/lib/WaterfallDisplayPlot.cc
b/gr-qtgui/lib/WaterfallDisplayPlot.cc
index 4b7f34a..e1da844 100644
--- a/gr-qtgui/lib/WaterfallDisplayPlot.cc
+++ b/gr-qtgui/lib/WaterfallDisplayPlot.cc
@@ -142,6 +142,7 @@ WaterfallDisplayPlot::WaterfallDisplayPlot(int nplots,
QWidget* parent)
d_half_freq = false;
d_legend_enabled = true;
d_nrows = 200;
+ d_color_bar_title_font_size = 18;
setAxisTitle(QwtPlot::xBottom, "Frequency (Hz)");
setAxisScaleDraw(QwtPlot::xBottom, new FreqDisplayScaleDraw(0));
- [Commit-gnuradio] [gnuradio] branch master updated (7d1ead9 -> 80d5255), git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'mbr0wn/uhd/usrp_block_grc', git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 04/07: gr-qtgui: default font size of the colorbar title in the Waterfall plot was never set. Now set to font size 18.,
git <=
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'saikwolf/qt_themeing', git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 02/07: grc: refactor FlowGraph.py(s), git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 03/07: grc: sort blocks in export_data(), draw disabled blocks first (fixes #830), git, 2015/09/04
- [Commit-gnuradio] [gnuradio] 01/07: uhd: Rearranged GRC bindings for USRP blocks, git, 2015/09/04