diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-10 16:31:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:34 +0100 |
commit | d48984e05638c3927a05b535c5c45e9750aef781 (patch) | |
tree | 4f135380f52c707679c6afa0a4dea81cd5d9b393 /opentrack/main-window.ui | |
parent | 5aa1e00e17c33d0d0ef39eb3913b641a80f12c42 (diff) |
opentrack: add new ui assets
Diffstat (limited to 'opentrack/main-window.ui')
-rw-r--r-- | opentrack/main-window.ui | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui index 984998cf..dd158302 100644 --- a/opentrack/main-window.ui +++ b/opentrack/main-window.ui @@ -8,7 +8,7 @@ <x>0</x> <y>0</y> <width>466</width> - <height>415</height> + <height>490</height> </rect> </property> <property name="sizePolicy"> @@ -55,8 +55,8 @@ </property> <property name="minimumSize"> <size> - <width>320</width> - <height>240</height> + <width>448</width> + <height>315</height> </size> </property> </widget> @@ -86,7 +86,7 @@ </property> <property name="icon"> <iconset resource="../gui/opentrack-res.qrc"> - <normaloff>:/images/tools.png</normaloff>:/images/tools.png</iconset> + <normaloff>:/images/newcogicon.png</normaloff>:/images/newcogicon.png</iconset> </property> <property name="iconSize"> <size> @@ -109,7 +109,7 @@ </property> <property name="icon"> <iconset resource="../gui/opentrack-res.qrc"> - <normaloff>:/images/curves.png</normaloff>:/images/curves.png</iconset> + <normaloff>:/images/newmapicon.png</normaloff>:/images/newmapicon.png</iconset> </property> <property name="iconSize"> <size> @@ -181,7 +181,11 @@ <enum>Qt::ClickFocus</enum> </property> <property name="text"> - <string>🔨</string> + <string/> + </property> + <property name="icon"> + <iconset resource="../gui/opentrack-res.qrc"> + <normaloff>:/images/newsetticon.png</normaloff>:/images/newsetticon.png</iconset> </property> <property name="flat" stdset="0"> <bool>false</bool> |