Skip to content

Commit

Permalink
Minor updates for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBuxx committed Mar 29, 2024
1 parent d0f56a6 commit 5e23a77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Gui/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ QMenuBar::item:pressed {
</action>
<action name="uActionOpenTwitter">
<property name="text">
<string>Find us on Twitter...</string>
<string>Find us on X...</string>
</property>
</action>
<action name="uActionHideGrid">
Expand Down Expand Up @@ -3501,10 +3501,10 @@ QMenuBar::item:pressed {
</resources>
<connections/>
<buttongroups>
<buttongroup name="uConstantButtonsGroup"/>
<buttongroup name="uItemDirectionButtonGroup"/>
<buttongroup name="uTogglePulseButtonGroup"/>
<buttongroup name="uEditToolButtonGroup"/>
<buttongroup name="uItemDirectionButtonGroup"/>
<buttongroup name="uConstantButtonsGroup"/>
<buttongroup name="uSimulationButtonGroup"/>
<buttongroup name="uTogglePulseButtonGroup"/>
</buttongroups>
</ui>
4 changes: 2 additions & 2 deletions Gui/WelcomeDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ QCheckBox::indicator:checked {
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="toolTip">
<string>Find us on Twitter!</string>
<string>Find us on X!</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
Expand Down Expand Up @@ -1102,7 +1102,7 @@ QPushButton:pressed {
}</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is an early version of Linkuit Studio and as such may contain bugs or crash unexpectedly. If you notice a problem, please &lt;a href=&quot;mailto:linkuit@outlook.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#00cc8f;&quot;&gt;create a bug report&lt;/span&gt;&lt;/a&gt; so that it can be fixed.&lt;/p&gt;&lt;p&gt;Thank you for being one of the first to use Linkuit Studio. Your feedback is valuable to us and we hope you'll have a great experience.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Welcome to Linkuit Studio, let's start experimenting with logic circuits! If you notice a problem, please &lt;a href=&quot;mailto:linkuit@outlook.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#00cc8f;&quot;&gt;create a bug report&lt;/span&gt;&lt;/a&gt; so that it can be fixed.&lt;/p&gt;&lt;p&gt;Thank you for using Linkuit Studio. Your feedback is valuable to us and we hope you'll have a great experience.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.8
1.0.0.2

0 comments on commit 5e23a77

Please sign in to comment.