Kaydet (Commit) 4acd1deb authored tarafından Szymon Kłos's avatar Szymon Kłos Kaydeden (comit) Michael Stahl

tdf#83089 : Cannot select location in properties dialogue

Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5
(cherry picked from commit 7976422e)
Signed-off-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 3d26c86b
......@@ -185,7 +185,7 @@ private:
VclPtr<PushButton> m_pChangePassBtn;
VclPtr<SelectableFixedText> m_pShowTypeFT;
VclPtr<Edit> m_pFileValEd;
VclPtr<SelectableFixedText> m_pFileValEd;
VclPtr<SelectableFixedText> m_pShowSizeFT;
VclPtr<SelectableFixedText> m_pCreateValFt;
......
......@@ -297,10 +297,13 @@
</packing>
</child>
<child>
<object class="GtkEntry" id="showlocation">
<object class="GtkLabel" id="showlocation">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
<property name="selectable">True</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
<property name="max_width_chars">50</property>
</object>
<packing>
<property name="left_attach">1</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment