mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
wifiLogger: Small design tweak
This commit is contained in:
parent
8ab6181b70
commit
fecfea2bbb
4 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,7 @@ PRE_TARGETDEPS += $$PRE_BUILD_TARGET
|
|||
QMAKE_EXTRA_TARGETS += updatemakefiles
|
||||
DEFINES += GIT_VERSION=\\\"$$GIT_VERSION\\\"
|
||||
DEFINES += GIT_COMMIT=\\\"$$GIT_COMMIT\\\"
|
||||
wi
|
||||
|
||||
# You can make your code fail to compile if it uses deprecated APIs.
|
||||
# In order to do so, uncomment the following line.
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
|
|
@ -107,5 +107,6 @@
|
|||
<file>resources/checkbox-x.png</file>
|
||||
<file>resources/folder.png</file>
|
||||
<file>resources/question-mark.png</file>
|
||||
<file>resources/refresh-small.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
src/resources/refresh-small.png
Normal file
BIN
src/resources/refresh-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
|
@ -39,8 +39,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>458</width>
|
||||
<height>226</height>
|
||||
<width>464</width>
|
||||
<height>214</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
@ -564,7 +564,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../eink.qrc">
|
||||
<normaloff>:/resources/refresh.png</normaloff>:/resources/refresh.png</iconset>
|
||||
<normaloff>:/resources/refresh-small.png</normaloff>:/resources/refresh-small.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue