Skip to content

Commit

Permalink
fix MMDB settings layout & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Archeb committed Nov 17, 2023
1 parent a9b320e commit 4c711fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenTrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Title>OpenTrace</Title>
<ApplicationIcon>icon.ico</ApplicationIcon>
<PackageIcon>icon.png</PackageIcon>
<Version>1.3.2.0</Version>
<Version>1.4.0.0</Version>

</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions PreferencesDialog.xeto
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
<Label Text="{x:Static resource:Resources.LOCAL_MMDB_HOSTNAME}"></Label>
<TextBox x:Name="localDBHostname"></TextBox>
</TableRow>
<TableRow ScaleHeight="True"></TableRow>
<TableRow>
<Label Text="{x:Static resource:Resources.LOCAL_MMDB_TIPS}"></Label>
</TableRow>
</TableLayout>
</TableRow>
<TableRow ScaleHeight="True"></TableRow>
<TableRow>
<Label Text="{x:Static resource:Resources.LOCAL_MMDB_TIPS}"></Label>
</TableRow>
</TableLayout>
</TabPage>

Expand Down

0 comments on commit 4c711fc

Please sign in to comment.