Skip to content

Commit 77b4c86

Browse files
Show separator when zoom and page selector are enabled
1 parent 75bd895 commit 77b4c86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/GroupDocs.Viewer.UI.SelfHost.Api.Service.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
//Trial limitations https://docs.groupdocs.com/viewer/net/evaluation-limitations-and-licensing-of-groupdocs-viewer/
2626
//Temporary license can be requested at https://purchase.groupdocs.com/temporary-license
27-
config.SetLicensePath("c:\\licenses\\GroupDocs.Viewer.lic"); // or set environment variable 'GROUPDOCS_LIC_PATH'
27+
//config.SetLicensePath("GroupDocs.Viewer.lic"); // or set environment variable 'GROUPDOCS_LIC_PATH'
2828
})
2929
.AddLocalStorage("./Files")
3030
.AddLocalCache("./Cache");

src/GroupDocs.Viewer.UI/App/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GroupDocs.Viewer.UI/GroupDocs.Viewer.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>GroupDocs.Viewer.UI is a ASP.NET Core UI viewer of GroupDocs.Viewer for .NET see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.</Description>
88
<PackageTags>GroupDocs;Viewer;UI;Angular;ASP.NET Core;</PackageTags>
99
<PackageIcon>images\icon.png</PackageIcon>
10-
<AppsCommitSha>3fd51fc15b3a255226965555caa84f3cbe84c850</AppsCommitSha>
10+
<AppsCommitSha>bcaa7252c2a1be53f2257910b36ff7f9017d02a9</AppsCommitSha>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)