Make attachments buttons easier to spot on small screens

by simply moving them to the top
This commit is contained in:
Martchus 2022-04-09 14:21:28 +02:00
parent 5e808d069b
commit 6577ec161e
2 changed files with 7 additions and 18 deletions

View File

@ -14,7 +14,7 @@ set(META_GUI_OPTIONAL true)
set(META_JS_SRC_DIR renamingutility)
set(META_VERSION_MAJOR 3)
set(META_VERSION_MINOR 7)
set(META_VERSION_PATCH 0)
set(META_VERSION_PATCH 1)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)
# add project files

View File

@ -2,21 +2,10 @@
<ui version="4.0">
<class>QtGui::AttachmentsEdit</class>
<widget class="QWidget" name="QtGui::AttachmentsEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>682</width>
<height>308</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="treeView"/>
</item>
<item>
<widget class="QWidget" name="buttonsWidget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
@ -27,8 +16,7 @@
</property>
<property name="icon">
<iconset theme="list-add">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@ -62,8 +50,7 @@
</property>
<property name="icon">
<iconset theme="document-revert">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@ -74,14 +61,16 @@
</property>
<property name="icon">
<iconset theme="edit-clear">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QTreeView" name="treeView"/>
</item>
</layout>
</widget>
<resources/>