GUI change of the HLRecovery tool inside Exposure, see issue 2137

This commit is contained in:
natureh.510
2013-12-19 17:12:02 +01:00
parent bde1aff3c7
commit cc3bbe4e78
11 changed files with 134 additions and 160 deletions

View File

@@ -358,6 +358,7 @@ bool MyScrolledWindow::on_scroll_event (GdkEventScroll* event) {
MyComboBoxText::MyComboBoxText () {
set_size_request(40, -1);
set_border_width(2);
}
bool MyComboBoxText::on_scroll_event (GdkEventScroll* event) {
@@ -373,6 +374,7 @@ bool MyComboBoxText::on_scroll_event (GdkEventScroll* event) {
MyComboBox::MyComboBox () {
set_size_request(40, -1);
set_border_width(2);
}
bool MyComboBox::on_scroll_event (GdkEventScroll* event) {