summaryrefslogtreecommitdiff
path: root/plugingui/powerwidget.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-05-01 10:04:36 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2020-05-01 10:04:36 +0200
commit57a7ba540d6ede28aadec2e5181c6a16534de91e (patch)
treef28d07faabdfa0670c8c19631060fceee0750c01 /plugingui/powerwidget.h
parent8ec4bbadfbd526ed21b3d3ac4a86d42781379fae (diff)
Add input and output label in powerwidget.
As box.width() wasn't behaving as I expected, I just reused its size calculation. Please fix if you know how to do that nice. :)
Diffstat (limited to 'plugingui/powerwidget.h')
-rw-r--r--plugingui/powerwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/powerwidget.h b/plugingui/powerwidget.h
index b724e8c..562383b 100644
--- a/plugingui/powerwidget.h
+++ b/plugingui/powerwidget.h
@@ -90,6 +90,8 @@ private:
Canvas canvas;
GUI::Label shelf_label{this};
GUI::CheckBox shelf_checkbox{this};
+ GUI::Label input_label{this};
+ GUI::Label output_label{this};
Settings& settings;
};