Solving issue 1027: Numerical input boxes in right editing pane too narrow

This commit is contained in:
Hombre
2011-10-17 21:33:35 +02:00
parent 08ce23eec3
commit c7b5ff71fc
2 changed files with 6 additions and 1 deletions

View File

@@ -306,7 +306,6 @@ bool MyComboBox::on_scroll_event (GdkEventScroll* event) {
}
MySpinButton::MySpinButton () {
set_size_request(50, -1);
Gtk::Border border;
border.bottom = 0;
border.top = 0;