Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
config-file-associations: removed placeholder text from search field
Browse files Browse the repository at this point in the history
  • Loading branch information
surlykke committed May 22, 2013
1 parent 0a8f75c commit ffb30c7
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions razorqt-config/razor-config-file-associations/mimetypeviewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@
</item>
</layout>
</widget>
<widget class="QDialogButtonBox" name="dialogButtonBox">
<property name="geometry">
<rect>
<x>-280</x>
<y>310</y>
<width>547</width>
<height>33</height>
</rect>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
</property>
</widget>
</widget>
</item>
<item row="2" column="0">
Expand All @@ -208,16 +221,6 @@
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Mimetype or file ending...</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QDialogButtonBox" name="dialogButtonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
</property>
</widget>
</item>
<item row="3" column="0">
Expand Down Expand Up @@ -263,7 +266,6 @@
<tabstop>searchTermLineEdit</tabstop>
<tabstop>mimetypeTreeView</tabstop>
<tabstop>chooseApplicationsButton</tabstop>
<tabstop>dialogButtonBox</tabstop>
</tabstops>
<resources/>
<connections/>
Expand Down

1 comment on commit ffb30c7

@mckaygerhard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

theres a missing header in globalshortkut key main.c, see #619

and for final in same part #618 (comment) problem of compatibility

Please sign in to comment.