Skip to content

Commit

Permalink
Merge pull request #649 from Sjoerd1993/homogenous-entries
Browse files Browse the repository at this point in the history
Use homogenous rows
  • Loading branch information
cmkohnen authored Dec 14, 2023
2 parents f7561cb + 9c8740d commit 3dfdb87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/ui/add_equation_window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ template $GraphsAddEquationWindow : Adw.Window {
Box {
spacing: 12;
orientation: horizontal;
homogeneous: true;

Adw.PreferencesGroup {
Adw.EntryRow x_start {
Expand Down
4 changes: 4 additions & 0 deletions data/ui/figure_settings.blp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ template $GraphsFigureSettingsWindow : Adw.Window {
spacing: 12;
Box left_limits {
orientation: horizontal;
homogeneous: true;
spacing: 6;
visible: false;
Adw.PreferencesGroup {
Expand All @@ -79,6 +80,7 @@ template $GraphsFigureSettingsWindow : Adw.Window {
}
Box bottom_limits {
orientation: horizontal;
homogeneous: true;
spacing: 6;
visible: false;
Adw.PreferencesGroup {
Expand All @@ -93,6 +95,7 @@ template $GraphsFigureSettingsWindow : Adw.Window {
}
}
Box right_limits {
homogeneous: true;
orientation: horizontal;
spacing: 6;
visible: false;
Expand All @@ -109,6 +112,7 @@ template $GraphsFigureSettingsWindow : Adw.Window {
}
Box top_limits {
spacing: 6;
homogeneous: true;
orientation: horizontal;
visible: false;
Adw.PreferencesGroup {
Expand Down
1 change: 1 addition & 0 deletions data/ui/fitting_parameters.blp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using Adw 1;
template $GraphsFittingParameterEntry : Box {
orientation: vertical;
Grid {
column-homogeneous: true;
margin-bottom: 4;
margin-top: 4;
column-spacing: 4;
Expand Down

0 comments on commit 3dfdb87

Please sign in to comment.