Skip to content

Commit

Permalink
修复安卓设备上主界面按钮小的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyYuer committed Sep 11, 2019
1 parent eda8e03 commit 4e563a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.yuer.FileRefSync" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
<manifest package="org.yuer.FileRefSync" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.8.1" android:versionCode="2" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="FileRefSync" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="FileRefSync" android:screenOrientation="unspecified" android:launchMode="singleTop">
<intent-filter>
Expand Down
8 changes: 4 additions & 4 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
<item>
<widget class="QPushButton" name="filediffButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<property name="minimumSize">
<size>
<width>120</width>
<height>60</height>
Expand All @@ -81,12 +81,12 @@
<item>
<widget class="QPushButton" name="folderdiffButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<property name="minimumSize">
<size>
<width>120</width>
<height>60</height>
Expand Down

0 comments on commit 4e563a1

Please sign in to comment.