Skip to content

Commit

Permalink
fix: [property-dialog] Change UI of tag
Browse files Browse the repository at this point in the history
Change UI of tag.

Log: fix issue
Bug: https://pms.uniontech.com/bug-view-278243.html
  • Loading branch information
GongHeng2017 authored and deepin-bot[bot] committed Nov 27, 2024
1 parent dfd5429 commit e4e917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/common/dfmplugin-tag/widgets/tagcrumbedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TagCrumbEdit::TagCrumbEdit(QWidget *parent)
{
auto doc = QTextEdit::document();
doc->setDocumentMargin(doc->documentMargin() + 5);
setViewportMargins(0, 0, 0, 0);
setViewportMargins(3, 3, 3, 3);
}

bool TagCrumbEdit::isEditing()
Expand Down

0 comments on commit e4e917e

Please sign in to comment.