[gnote] Remove separator and set left margit for note toolbar



commit a155de5eeaf355d74821cff5d11305507c32c0d3
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue Apr 15 23:13:12 2014 +0300

    Remove separator and set left margit for note toolbar

 src/notewindow.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 2ae4939..fbfde6e 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -421,8 +421,8 @@ namespace gnote {
       m_delete_action->signal_activate()
         .connect(sigc::mem_fun(*this, &NoteWindow::on_delete_button_clicked));
     }
-    grid->attach(*manage(new Gtk::SeparatorToolItem()), grid_col++, 0, 1, 1);
 
+    grid->property_margin_left() = 12;
     grid->show_all();
     return grid;
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]