diff options
author | 2023-01-27 02:57:48 +0530 | |
---|---|---|
committer | 2023-01-27 10:10:17 +0530 | |
commit | 011db4495d98932cbffa5fc2268ee1a3e2984aa6 (patch) | |
tree | a071bf7c135d254bb7976e022839c49475d7552c /src/downloadwidget.ui | |
parent | 56c55a949854f9dd73b60e353be35bd31407cee0 (diff) | |
download | whatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.tar.gz whatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.zip |
chore: cleanup
- move methods to page
Diffstat (limited to 'src/downloadwidget.ui')
-rw-r--r-- | src/downloadwidget.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/downloadwidget.ui b/src/downloadwidget.ui index d405b8f..45d16e9 100644 --- a/src/downloadwidget.ui +++ b/src/downloadwidget.ui @@ -47,7 +47,6 @@ <widget class="ElidedLabel" name="m_dstName">
<property name="font">
<font>
- <weight>75</weight>
<bold>true</bold>
</font>
</property>
@@ -72,7 +71,7 @@ <customwidget>
<class>ElidedLabel</class>
<extends>QLabel</extends>
- <header>elidedlabel.h</header>
+ <header>widgets/elidedlabel/elidedlabel.h</header>
</customwidget>
</customwidgets>
<resources/>
|