diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 10:43:46 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | 162fa30c3eb10db25f6ecc7bea84d38a2ab106a1 (patch) | |
| tree | b2bc4d1b2586e947f305eb0fb10d2a80203f9f7f /src/modinfodialog.ui | |
| parent | 1c0024b2feda8b5c152d2e211205601ee807e517 (diff) | |
add image dimension to toolbar and tooltip
don't scroll when selecting an image with the mouse
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 3da13261..01d70d73 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -174,7 +174,7 @@ <widget class="QWidget" name="widget_8" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0,0">
<property name="spacing">
- <number>3</number>
+ <number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
@@ -281,6 +281,13 @@ </property>
</widget>
</item>
+ <item>
+ <widget class="QLabel" name="imagesSize">
+ <property name="text">
+ <string>0x0</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
|
