diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-26 15:53:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-26 15:53:24 +0200 |
commit | 36d52b1d84f057712b0be1791a9b7981ee455495 (patch) | |
tree | a2a2fc72aedab9e65e85acf877fd7ac23d16211e | |
parent | dbaab05e41e619459a4911b287b83bc97a3843ec (diff) |
gui/res: add 192x192 images
-rw-r--r-- | gui/images/trackhat-clip-left.png | bin | 1318 -> 5089 bytes | |||
-rw-r--r-- | gui/images/trackhat-clip-right.png | bin | 1349 -> 5123 bytes | |||
-rw-r--r-- | gui/images/trackhat-hat.png | bin | 2150 -> 8555 bytes | |||
-rw-r--r-- | gui/trackhat-wizard.ui | 34 |
4 files changed, 17 insertions, 17 deletions
diff --git a/gui/images/trackhat-clip-left.png b/gui/images/trackhat-clip-left.png Binary files differindex cdde2160..9970d040 100644 --- a/gui/images/trackhat-clip-left.png +++ b/gui/images/trackhat-clip-left.png diff --git a/gui/images/trackhat-clip-right.png b/gui/images/trackhat-clip-right.png Binary files differindex 59f8ae71..1a3d595e 100644 --- a/gui/images/trackhat-clip-right.png +++ b/gui/images/trackhat-clip-right.png diff --git a/gui/images/trackhat-hat.png b/gui/images/trackhat-hat.png Binary files differindex 252c2e6b..4384578d 100644 --- a/gui/images/trackhat-hat.png +++ b/gui/images/trackhat-hat.png diff --git a/gui/trackhat-wizard.ui b/gui/trackhat-wizard.ui index 09f68c03..3329e95b 100644 --- a/gui/trackhat-wizard.ui +++ b/gui/trackhat-wizard.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>365</width> - <height>586</height> + <width>457</width> + <height>698</height> </rect> </property> <property name="modal"> @@ -52,14 +52,14 @@ </property> <property name="minimumSize"> <size> - <width>120</width> - <height>108</height> + <width>192</width> + <height>192</height> </size> </property> <property name="maximumSize"> <size> - <width>120</width> - <height>108</height> + <width>192</width> + <height>192</height> </size> </property> <property name="text"> @@ -69,7 +69,7 @@ <pixmap resource="ui-res.qrc">:/images/trackhat-hat.png</pixmap> </property> <property name="scaledContents"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> @@ -83,14 +83,14 @@ </property> <property name="minimumSize"> <size> - <width>130</width> - <height>130</height> + <width>192</width> + <height>192</height> </size> </property> <property name="maximumSize"> <size> - <width>130</width> - <height>130</height> + <width>192</width> + <height>192</height> </size> </property> <property name="text"> @@ -100,7 +100,7 @@ <pixmap resource="ui-res.qrc">:/images/trackhat-clip-right.png</pixmap> </property> <property name="scaledContents"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> @@ -114,14 +114,14 @@ </property> <property name="minimumSize"> <size> - <width>130</width> - <height>130</height> + <width>192</width> + <height>192</height> </size> </property> <property name="maximumSize"> <size> - <width>130</width> - <height>130</height> + <width>192</width> + <height>192</height> </size> </property> <property name="text"> @@ -131,7 +131,7 @@ <pixmap resource="ui-res.qrc">:/images/trackhat-clip-left.png</pixmap> </property> <property name="scaledContents"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> |