mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
[WIP] themed button implementation
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
af05db895c
commit
544229d1e8
@ -84,8 +84,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../client.qrc">
|
||||
<normaloff>:/client/resources/previous.svg</normaloff>:/client/resources/previous.svg</iconset>
|
||||
<iconset resource="../../../theme.qrc">
|
||||
<normaloff>:/client/theme/black/control-prev.svg</normaloff>:/client/theme/black/control-prev.svg</iconset>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
@ -121,8 +121,8 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../client.qrc">
|
||||
<normaloff>:/client/resources/next.svg</normaloff>:/client/resources/next.svg</iconset>
|
||||
<iconset resource="../../../theme.qrc">
|
||||
<normaloff>:/client/theme/black/control-next.svg</normaloff>:/client/theme/black/control-next.svg</iconset>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user