diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-05 12:39:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-05 12:39:12 +0100 |
commit | 51bfa6adf76353a4ac0f7941bae138cc5cb665c5 (patch) | |
tree | 481234586c22f7e0927072b6c965ef240e9976a0 /confui/ui_node.h | |
parent | cd89c506cf45b6de221f89388fb146efca96599c (diff) |
automation widget + renaming
Diffstat (limited to 'confui/ui_node.h')
-rw-r--r-- | confui/ui_node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/confui/ui_node.h b/confui/ui_node.h index f5fdbbd..0b7049c 100644 --- a/confui/ui_node.h +++ b/confui/ui_node.h @@ -16,8 +16,6 @@ private: cd_s_node* _node; QHBoxLayout* main_layout; - QHBoxLayout* float_left; - QHBoxLayout* float_right; QLabel* label_node_name; QLabel* label_node_address; QCheckBox* switch_on_off; |