diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-10 18:07:28 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-10 18:07:28 +0100 |
commit | 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (patch) | |
tree | d4a75a005fcfa823b1716d8bfbe3d862f3680905 /client/src/ui/util.vala | |
parent | cf51e1dee22273366700c41a185c4bea343dddfe (diff) | |
download | dino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.tar.gz dino-4c48c5c16d5f5b010c2e5dfb1affcb59f937510c.zip |
Reformat [GtkChild]
Diffstat (limited to 'client/src/ui/util.vala')
-rw-r--r-- | client/src/ui/util.vala | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/ui/util.vala b/client/src/ui/util.vala index d06afe67..0a294731 100644 --- a/client/src/ui/util.vala +++ b/client/src/ui/util.vala @@ -3,7 +3,9 @@ using Gtk; using Dino.Entities; using Xmpp; -public class Dino.Ui.Util : GLib.Object { +namespace Dino.Ui { + +public class Util : Object { private const string[] tango_colors_light = {"FCE94F", "FCAF3E", "E9B96E", "8AE234", "729FCF", "AD7FA8", "EF2929"}; private const string[] tango_colors_medium = {"EDD400", "F57900", "C17D11", "73D216", "3465A4", "75507B", "CC0000"}; @@ -69,3 +71,5 @@ public class Dino.Ui.Util : GLib.Object { image.set_from_surface(Gdk.cairo_surface_create_from_pixbuf(pixbuf, scale, image.get_window())); } } + +}
\ No newline at end of file |