Skip to content

Commit

Permalink
[applications] Add minor settings widget improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 15, 2024
1 parent c05b55a commit 749db0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion applications/i18n/applications_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</message>
<message>
<source>Ignore &apos;OnlyShowIn&apos;/&apos;NotShowIn&apos;</source>
<translation>Ignoriere &apos;OnlyShowIn&apos;/&apos;NotShowIn&apos;</translation>
<translation>&apos;OnlyShowIn&apos;/&apos;NotShowIn&apos; ignorieren</translation>
</message>
<message>
<source>Use &apos;Exec&apos;</source>
Expand Down
32 changes: 2 additions & 30 deletions applications/src/xdg/configwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
<ui version="4.0">
<class>ConfigWidget</class>
<widget class="QWidget" name="ConfigWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>446</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticallayout_2">
<property name="leftMargin">
<number>0</number>
Expand All @@ -29,7 +21,7 @@
<string>Run desktop applications as described in the [freedesktop.org Desktop Entry Specification](https://specifications.freedesktop.org/desktop-entry-spec/latest/).</string>
</property>
<property name="textFormat">
<enum>Qt::TextFormat::MarkdownText</enum>
<enum>Qt::MarkdownText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -121,32 +113,12 @@
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Use non-localized 'Name'</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="checkBox_useNonLocalizedName">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down

0 comments on commit 749db0f

Please sign in to comment.