diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 16:21:12 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 17:12:15 +0200 |
commit | 13ab76b2d587a786112a35b5bcccf5e264700f9e (patch) | |
tree | 0d1756b0a7be57b115c0da9581b4aa4cc12939a2 /plugingui/diskstreamingframecontent.h | |
parent | 76c46d5b6cfa400f3bbdc742008dcfed9782a339 (diff) |
Add frame in the GUI for bleed control.
Diffstat (limited to 'plugingui/diskstreamingframecontent.h')
-rw-r--r-- | plugingui/diskstreamingframecontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/diskstreamingframecontent.h b/plugingui/diskstreamingframecontent.h index e404807..eabc6e2 100644 --- a/plugingui/diskstreamingframecontent.h +++ b/plugingui/diskstreamingframecontent.h @@ -58,7 +58,7 @@ private: static constexpr std::size_t max_limit = 1024.0 * 1024.0 * 1024.0 * 4.0 - 1; Label label_text{this}; - Label label_size{this}; + Label label_value{this}; Slider slider{this}; Button button{this}; |