[gnome-notes] settings-dialog: Use BjbColorButton Instead of GtkColorButton



commit 7b65b2226d2405ea108543bae1e57984c95feb42
Author: Jonathan Kang <jonathankang gnome org>
Date:   Tue Jul 9 11:07:56 2019 -0600

    settings-dialog: Use BjbColorButton Instead of GtkColorButton
    
    We use BjbColorButton when changing the color of a specific note. Use
    BjbColorButton as well in the settings dialog to be consistent across
    the appliction.

 data/resources/settings-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/resources/settings-dialog.ui b/data/resources/settings-dialog.ui
index bd2f919..be4663b 100644
--- a/data/resources/settings-dialog.ui
+++ b/data/resources/settings-dialog.ui
@@ -95,7 +95,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkColorButton" id="color_button">
+                  <object class="BjbColorButton" id="color_button">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>


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