mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 04:52:09 +08:00
qt ui: remove line between poweroff/reboot
old-commit-hash: c9aa9b0178e19bbc771d627c9132e8c5a0394e33
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user