Skip to content

Commit

Permalink
Merge #3576 Auto-size buttons in bottom panels
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 4, 2022
2 parents a0a3580 + 2a87f98 commit 988ff23
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 125 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
- [CLI] Tab completion for `ckan prompt` (#3515 by: HebaruSan; reviewed: techman83)
- [GUI] Context sensitive help (#3563 by: HebaruSan; reviewed: techman83)

## Bugfixes

- [GUI] Auto-size buttons in bottom panels (#3576 by: HebaruSan; reviewed: techman83)

### Internal

- [Build] Generate RPM repo for releases and under dev builds (#3605, #3609, #3610 by: HebaruSan)
Expand Down
3 changes: 3 additions & 0 deletions GUI/CKAN-GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@
<Compile Include="Controls\EditModSearchDetails.Designer.cs">
<DependentUpon>EditModSearchDetails.cs</DependentUpon>
</Compile>
<Compile Include="Controls\LeftRightRowPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ManageMods.cs">
<SubType>UserControl</SubType>
</Compile>
Expand Down
26 changes: 14 additions & 12 deletions GUI/Controls/Changeset.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 11 additions & 9 deletions GUI/Controls/ChooseProvidedMods.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions GUI/Controls/ChooseRecommendedMods.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 988ff23

Please sign in to comment.