From b3541d31093fe9f4ccd77303b6b375acb3127ac6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 9 Mar 2013 13:54:03 +0100 Subject: Use new checkbox label. --- plugingui/plugingui.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'plugingui/plugingui.cc') diff --git a/plugingui/plugingui.cc b/plugingui/plugingui.cc index 49c6e26..9ff8ccd 100644 --- a/plugingui/plugingui.cc +++ b/plugingui/plugingui.cc @@ -177,14 +177,10 @@ void PluginGUI::init() window->resize(640, 200); // Enable Velocity - GUI::Label *lbl_enable = new GUI::Label(window); - lbl_enable->setText("Enable Velocity Modifier"); - lbl_enable->move(97, 81); - lbl_enable->resize(100, 20); - check = new GUI::CheckBox(window); + check->setText("Enable Velocity Modifier"); check->move(82,82); - check->resize(16,16); + check->resize(200,16); check->setChecked(Conf::enable_velocity_modifier); check->registerClickHandler(checkClick, this); -- cgit v1.2.3