Skip to content

Commit

Permalink
add Horizontal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Sep 27, 2023
1 parent 3c7d5f4 commit f963f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/gui/SODAQueryWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Utils } from '../Utils';
import { ActionButton } from './widgets/ActionButton.js';
import targetIconImg from '../../../assets/icons/target.svg';
import { Form } from './widgets/Form.js';
import { HorizontalLayout } from './widgets/layout/horizontal.js';
import { HorizontalLayout } from './widgets/layout/Horizontal.js';

export class SODAQueryWindow {
constructor(aladin) {
Expand Down

0 comments on commit f963f77

Please sign in to comment.