Skip to content

Commit

Permalink
Minors
Browse files Browse the repository at this point in the history
- Various fixes in layout
- Fixed italian translation
  • Loading branch information
simopil committed Feb 16, 2019
1 parent 0c0757f commit 70d6c23
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 27 deletions.
Binary file modified src/lang/it_IT/it_IT.qm
Binary file not shown.
12 changes: 6 additions & 6 deletions src/lang_ts/it_IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
<source>N&amp;VIDIA</source>
<translation></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="237"/>
<source>INTEL&amp;2 </source>
<translation></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="280"/>
<source>&amp;LAST</source>
Expand Down Expand Up @@ -72,6 +67,11 @@
<source>Current: Not Set</source>
<translation></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="237"/>
<source>INTEL 2 </source>
<translation></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="559"/>
<source>Switch</source>
Expand Down Expand Up @@ -246,7 +246,7 @@
<message>
<location filename="../mainwindow.cpp" line="190"/>
<source>Select card only for next boot, default card setting will not change</source>
<translation>Selezione la scheda da utilizzare solamente al prossimo boot: la preferenza al boot rimarrà invariata</translation>
<translation>Seleziona la scheda da utilizzare solamente al prossimo boot: la preferenza al boot rimarrà invariata</translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="191"/>
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <QProcess>
#include <QTranslator>
#include <QLocale>
#include <QLibraryInfo>

int main(int argc, char *argv[])
{
Expand Down
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <QProcess>
#include <QFileInfo>
#include <QProcess>
#include <QTranslator>

static bool intel2_exist = true;
static bool bbswitch_exists = true;
Expand Down
38 changes: 19 additions & 19 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<widget class="QRadioButton" name="radionvidia">
<property name="geometry">
<rect>
<x>90</x>
<x>92</x>
<y>35</y>
<width>71</width>
<height>22</height>
Expand Down Expand Up @@ -197,9 +197,9 @@
<widget class="QRadioButton" name="radiointel2">
<property name="geometry">
<rect>
<x>20</x>
<x>14</x>
<y>60</y>
<width>60</width>
<width>71</width>
<height>22</height>
</rect>
</property>
Expand Down Expand Up @@ -234,15 +234,15 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="text">
<string>INTEL&amp;2 </string>
<string>INTEL 2 </string>
</property>
</widget>
<widget class="QRadioButton" name="radiolast">
<property name="geometry">
<rect>
<x>90</x>
<x>92</x>
<y>60</y>
<width>128</width>
<width>126</width>
<height>22</height>
</rect>
</property>
Expand All @@ -254,13 +254,13 @@
</property>
<property name="minimumSize">
<size>
<width>128</width>
<width>126</width>
<height>22</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<width>126</width>
<height>22</height>
</size>
</property>
Expand All @@ -283,7 +283,7 @@
<widget class="QRadioButton" name="radiointel">
<property name="geometry">
<rect>
<x>20</x>
<x>14</x>
<y>35</y>
<width>60</width>
<height>22</height>
Expand Down Expand Up @@ -1330,9 +1330,9 @@
<property name="geometry">
<rect>
<x>160</x>
<y>43</y>
<width>70</width>
<height>70</height>
<y>52</y>
<width>50</width>
<height>50</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -1343,14 +1343,14 @@
</property>
<property name="minimumSize">
<size>
<width>70</width>
<height>70</height>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>70</height>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="focusPolicy">
Expand All @@ -1366,7 +1366,7 @@
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border-radius: 35px;
<string notr="true">border-radius: 25px;
background-color: black;</string>
</property>
<property name="locale">
Expand All @@ -1381,8 +1381,8 @@ background-color: black;</string>
</property>
<property name="iconSize">
<size>
<width>70</width>
<height>70</height>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="autoDefault">
Expand Down

0 comments on commit 70d6c23

Please sign in to comment.