Removed set_border_width from the code, padding and margin values still
to be set in CSS file
This commit is contained in:
@@ -77,8 +77,6 @@ bool SplashImage::on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr)
|
||||
Splash::Splash (Gtk::Window& parent) : Gtk::Dialog(M("GENERAL_ABOUT"), parent, true)
|
||||
{
|
||||
|
||||
set_border_width (4);
|
||||
|
||||
releaseNotesSW = NULL;
|
||||
|
||||
nb = Gtk::manage (new Gtk::Notebook ());
|
||||
|
Reference in New Issue
Block a user