[gnote] Set names to common grids



commit 7b87bdf940053ad70f3711eb2c4e835a3e73335a
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Mar 12 23:08:24 2016 +0200

    Set names to common grids

 src/notewindow.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 8dbbb26..82daa49 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -861,6 +861,7 @@ namespace gnote {
       main_grid->attach(*grid, 0, main_top++, 1, 1);
 
       grid = manage(new Gtk::Grid);
+      grid->set_name("formatting");
       top = 0;
       grid->attach(*bold, 0, top++, 1, 1);
       grid->attach(*italic, 0, top++, 1, 1);
@@ -869,6 +870,7 @@ namespace gnote {
       main_grid->attach(*grid, 0, main_top++, 1, 1);
 
       grid = manage(new Gtk::Grid);
+      grid->set_name("font-size");
       top = 0;
       grid->attach(*small, 0, top++, 1, 1);
       grid->attach(*normal, 0, top++, 1, 1);


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