diff options
author | saturneric <[email protected]> | 2024-11-29 17:08:12 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-29 17:08:12 +0000 |
commit | 62c4c40a59971c4ee009904d4948977a237de1e3 (patch) | |
tree | 7696deda2990024559411a4d9fdbcfdad5cb45d0 /ui/PlainTextEditor.ui | |
parent | feat: user should confirm the removal of key dbs (diff) | |
download | GpgFrontend-62c4c40a59971c4ee009904d4948977a237de1e3.tar.gz GpgFrontend-62c4c40a59971c4ee009904d4948977a237de1e3.zip |
feat: improve icons and padding
Diffstat (limited to 'ui/PlainTextEditor.ui')
-rw-r--r-- | ui/PlainTextEditor.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/PlainTextEditor.ui b/ui/PlainTextEditor.ui index 266eba56..241c6f50 100644 --- a/ui/PlainTextEditor.ui +++ b/ui/PlainTextEditor.ui @@ -39,6 +39,12 @@ <property name="spacing"> <number>12</number> </property> + <property name="leftMargin"> + <number>5</number> + </property> + <property name="rightMargin"> + <number>5</number> + </property> <item> <widget class="QLabel" name="loadingLabel"> <property name="text"> @@ -49,7 +55,7 @@ <item> <spacer name="horizontalSpacer"> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> |