diff options
Diffstat (limited to 'share/ui/dialog-css.ui')
| -rw-r--r-- | share/ui/dialog-css.ui | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/share/ui/dialog-css.ui b/share/ui/dialog-css.ui index 6ffcabc71..682df1b93 100644 --- a/share/ui/dialog-css.ui +++ b/share/ui/dialog-css.ui @@ -31,10 +31,16 @@ </packing> </child> <child> - <object class="GtkLabel" id="CSSSelector"> + <object class="GtkEventBox" id="CSSSelectorEventBox"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Selector</property> + <child> + <object class="GtkLabel" id="CSSSelector"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Selector</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -43,6 +49,17 @@ </packing> </child> <child> + <object class="GtkEntry" id="CSSEditSelector"> + <property name="can_focus">True</property> + <property name="no_show_all">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -51,7 +68,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> + <property name="position">4</property> </packing> </child> </object> @@ -68,7 +85,6 @@ <property name="has_tooltip">True</property> <property name="hscroll_policy">natural</property> <property name="vscroll_policy">natural</property> - <property name="headers_visible">False</property> <property name="enable_search">False</property> <property name="fixed_height_mode">True</property> <property name="hover_selection">True</property> |
