Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Oct 13, 2023
1 parent 15a5bd6 commit 6ac06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rssbox/ui/base/tip.slint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export component Tip inherits Rectangle {
y: (pos == "left" || pos == "right") ? (pheight - self.height) / 2 : (pos == "bottom" ? pheight + Theme.padding : -self.height - Theme.padding);

width: tip-txt.preferred-width + Theme.padding * 2;
height: tip-txt.preferred-height + Theme.padding;
height: tip-txt.preferred-height + Theme.padding / 2;
background: Theme.basic-white-color;
border-color: Theme.basic-black-color;
border-width: 1px;
Expand Down

0 comments on commit 6ac06a8

Please sign in to comment.