Adding a "1:1" symbol in tool's titile that require a 1:1 preview to be seen (issue 2132)

This commit is contained in:
Hombre
2013-12-21 14:29:53 +01:00
parent f3c2ce6425
commit e4e66cfc49
23 changed files with 814 additions and 118 deletions

View File

@@ -358,7 +358,6 @@ 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) {
@@ -374,7 +373,6 @@ 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) {