indent classes, align by spaces

This commit is contained in:
Garux
2021-03-24 00:25:15 +03:00
parent 5b1b9b5e6c
commit 2222100316
450 changed files with 42485 additions and 42239 deletions

View File

@@ -106,8 +106,8 @@ GtkToggleToolButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const ch
bool color_dialog( GtkWidget *parent, Vector3& color, const char* title ){
GtkWidget* dlg;
GdkColor clr = { 0, guint16( color[0] * 65535 ),
guint16( color[1] * 65535 ),
guint16( color[2] * 65535 ) };
guint16( color[1] * 65535 ),
guint16( color[2] * 65535 ) };
ModalDialog dialog;
dlg = gtk_color_selection_dialog_new( title );