Commit 8afeb00 1 parent dc46963 commit 8afeb00 Copy full SHA for 8afeb00
File tree 2 files changed +8
-3
lines changed
src/emc/usr_intf/gmoccapy
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1738
1738
</child>
1739
1739
<child>
1740
1740
<object class="EMC_MDIHistory" id="hal_mdihistory">
1741
+ <property name="name">mdi_entry</property>
1741
1742
<property name="visible">True</property>
1742
1743
<property name="can-focus">False</property>
1743
1744
<property name="use-double-click">True</property>
1875
1876
</child>
1876
1877
<child>
1877
1878
<object class="GtkEntry" id="search_entry">
1878
- <property name="name">with_padding </property>
1879
+ <property name="name">search_entry </property>
1879
1880
<property name="visible">True</property>
1880
1881
<property name="can-focus">True</property>
1881
1882
<property name="valign">center</property>
1903
1904
</child>
1904
1905
<child>
1905
1906
<object class="GtkEntry" id="replace_entry">
1906
- <property name="name">with_padding </property>
1907
+ <property name="name">search_entry </property>
1907
1908
<property name="visible">True</property>
1908
1909
<property name="can-focus">True</property>
1909
1910
<property name="valign">center</property>
Original file line number Diff line number Diff line change @@ -157,10 +157,14 @@ def __init__(self, argv):
157
157
progress, text {
158
158
font-size: 13.3px;
159
159
}
160
- entry {
160
+ #search_entry entry {
161
161
min-height: 18px;
162
162
padding:1px;
163
163
}
164
+ #mdi_entry entry image.right {
165
+ background: lightgray;
166
+ padding:20px;
167
+ }
164
168
"""
165
169
screen = Gdk .Screen .get_default ()
166
170
provider = Gtk .CssProvider ()
You can’t perform that action at this time.
0 commit comments