updated comment about margin and GTK < 3.20
This commit is contained in:
parent
c3bdd47a62
commit
e44662a899
@ -1187,7 +1187,7 @@ MyFileChooserButton::MyFileChooserButton(const Glib::ustring &title, Gtk::FileCh
|
|||||||
signal_clicked().connect(sigc::mem_fun(*this, &MyFileChooserButton::show_chooser));
|
signal_clicked().connect(sigc::mem_fun(*this, &MyFileChooserButton::show_chooser));
|
||||||
|
|
||||||
if (GTK_MINOR_VERSION < 20) {
|
if (GTK_MINOR_VERSION < 20) {
|
||||||
set_border_width(2); // agriggio: margin doesn't seem to work for me on GTK 3.18
|
set_border_width(2); // margin doesn't work on GTK < 3.20
|
||||||
}
|
}
|
||||||
|
|
||||||
set_name("MyFileChooserButton");
|
set_name("MyFileChooserButton");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user