Skip to content

Commit

Permalink
v3.0.0.33 - Fix FlowDirection only breaking the dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous authored and Anonymous committed Jun 23, 2024
1 parent 86e9396 commit f4b2acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions e621 ReBot v3/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="ClickMode" Value="Press"/>
<Setter Property="Content" Value="Button"/>

<Setter Property="Content" Value="{Binding}"/>
<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
<Setter Property="KeyboardNavigation.AcceptsReturn" Value="False"/>
<Setter Property="FlowDirection" Value="LeftToRight"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
Expand Down Expand Up @@ -62,7 +62,6 @@
<Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="ClickMode" Value="Press"/>

<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
Expand Down Expand Up @@ -96,7 +95,6 @@
<Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="ClickMode" Value="Press"/>

<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
Expand Down Expand Up @@ -128,7 +126,6 @@
<Setter Property="Padding" Value="0"/>
<Setter Property="ClickMode" Value="Press"/>
<Setter Property="Cursor" Value="Hand"/>

<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
Expand Down Expand Up @@ -169,7 +166,6 @@
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="RenderOptions.BitmapScalingMode" Value="HighQuality"/>

<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
Expand Down Expand Up @@ -237,7 +233,6 @@
<Setter Property="ClickMode" Value="Press"/>
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
<Setter Property="Cursor" Value="Hand"/>

<Setter Property="IsTabStop" Value="False"/>
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="SnapsToDevicePixels" Value="True"/>
Expand Down
1 change: 0 additions & 1 deletion e621 ReBot v3/Windows/Window_Main.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@
</Image.RenderTransform>
</Image>
</Canvas>
<customcontrols:Custom_TextWithOutline Grid.ColumnSpan="2" Height="100" Grid.RowSpan="2" Width="100"/>

</Grid>
</Window>
2 changes: 1 addition & 1 deletion e621 ReBot v3/e621 ReBot v3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>Resources\ReBot_Icon.ico</ApplicationIcon>
<Platforms>x64</Platforms>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<FileVersion>3.0.0.32</FileVersion>
<FileVersion>3.0.0.33</FileVersion>
<StartupObject>e621_ReBot_v3.App</StartupObject>
<IsPublishable>False</IsPublishable>
<RepositoryUrl>https://github.com/e621-ReBot/e621-ReBot-v3</RepositoryUrl>
Expand Down

0 comments on commit f4b2acb

Please sign in to comment.