diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 18:54:47 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | cac0fb710c48fa55c6e7303485adf9f4f3364682 (patch) | |
| tree | ea2b272d39b55097a5dce1becc986306a395c6f8 /src/modinfodialog.ui | |
| parent | cb56bf76fd8036895bda468a5ad9ef707dbefce9 (diff) | |
added explore button to editors
fixed save button on editor being enabled with empty documents
added ctrl+s
always show vertical scrollbar in thumbnails, fixes nonstop relayouts when the height is just right and the scrollbar flickers on and off
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 7a7d82da..56c97c34 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -168,6 +168,9 @@ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
+ <property name="childrenCollapsible">
+ <bool>false</bool>
+ </property>
<widget class="QWidget" name="widget_8" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
@@ -184,6 +187,9 @@ </property>
<item>
<widget class="ImagesScrollArea" name="imagesScrollArea">
+ <property name="verticalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOn</enum>
+ </property>
<widget class="ImagesThumbnails" name="imagesThumbnails">
<property name="geometry">
<rect>
|
