Move some defines from main-defines to modules
[geeqie.git] / src / bar.cc
index 6c396b3..ead7271 100644 (file)
 namespace
 {
 
+constexpr gint SIDEBAR_DEFAULT_WIDTH = 250;
+
 void remove_child_from_parent(gpointer data)
 {
        gtk_container_remove(GTK_CONTAINER(gtk_widget_get_parent(GTK_WIDGET(data))), GTK_WIDGET(data));
 }
 
-}
+} // namespace
 
 struct KnownPanes
 {