Skip to content

Commit

Permalink
Merge branch 'feature/3d-noise'
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jan 3, 2022
2 parents a331736 + 17fae26 commit aeec220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/ui/gtk3.ui
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<property name="spacing">3</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Use a 3D Noise</property>
<property name="label" translatable="yes">3D Noise</property>
<property name="xalign">0</property>
<property name="halign">start</property>
<property name="valign">center</property>
Expand All @@ -452,7 +452,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Makes the fire look more interesting at the cost of performance.</property>
<property name="label" translatable="yes">Creates a more dynamic fire but requires more GPU power.</property>
<property name="xalign">0</property>
<property name="halign">start</property>
<property name="valign">center</property>
Expand Down
4 changes: 2 additions & 2 deletions resources/ui/gtk4.ui
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
<property name="spacing">3</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Use a 3D Noise</property>
<property name="label" translatable="yes">3D Noise</property>
<property name="xalign">0</property>
<property name="halign">start</property>
<property name="valign">center</property>
Expand All @@ -375,7 +375,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Makes the fire look more interesting at the cost of performance.</property>
<property name="label" translatable="yes">Creates a more dynamic fire but requires more GPU power.</property>
<property name="xalign">0</property>
<property name="halign">start</property>
<property name="valign">center</property>
Expand Down

0 comments on commit aeec220

Please sign in to comment.