qt ui: remove line between poweroff/reboot

old-commit-hash: c9aa9b0178e19bbc771d627c9132e8c5a0394e33
This commit is contained in:
Willem Melching
2021-01-22 14:38:16 +01:00
parent bf39eb50ad
commit bbba320d22
-1
View File
@@ -158,7 +158,6 @@ QWidget * device_panel() {
QPushButton *poweroff_btn = new QPushButton("Power Off");
device_layout->addWidget(poweroff_btn, Qt::AlignBottom);
device_layout->addWidget(horizontal_line(), Qt::AlignBottom);
QPushButton *reboot_btn = new QPushButton("Reboot");
device_layout->addWidget(reboot_btn, Qt::AlignBottom);
device_layout->addWidget(horizontal_line(), Qt::AlignBottom);