-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZK-5589: a checkmark of a checkbox inside a caption is shifted unexpe…
…ctedly zkoss/zkThemeTemplate@1f16424
- Loading branch information
1 parent
1366e21
commit dd146e8
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- | ||
B101-ZK-5589.zul | ||
Purpose: | ||
Description: | ||
History: | ||
2024/9/23, Created by jumperchen | ||
Copyright (C) 2024 Potix Corporation. All Rights Reserved. | ||
--> | ||
<zk> | ||
<label multiline="true"> | ||
1. run the zul in iceblue theme. | ||
2. the checkmark of a checkbox inside a caption should not be shifted unexpectedly. | ||
</label> | ||
<groupbox width="300px" > | ||
<caption> | ||
<checkbox id="cb" checked="true" /> | ||
Enable Backups | ||
</caption> | ||
</groupbox> | ||
</zk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters