|
|
@@ -49,6 +49,7 @@
|
|
|
</child>
|
|
|
<child>
|
|
|
<object class="GtkPaned" id="main_pane">
|
|
|
+ <property name="name">main-pane</property>
|
|
|
<property name="visible">True</property>
|
|
|
<child>
|
|
|
<object class="GtkBox">
|
|
|
@@ -58,12 +59,18 @@
|
|
|
<object class="GtkListBox" id="tag_list">
|
|
|
<property name="visible">True</property>
|
|
|
<property name="expand">True</property>
|
|
|
+ <style>
|
|
|
+ <class name="list-box"/>
|
|
|
+ </style>
|
|
|
</object>
|
|
|
</child>
|
|
|
<child>
|
|
|
<object class="GtkListBox" id="note_list">
|
|
|
<property name="visible">True</property>
|
|
|
<property name="expand">True</property>
|
|
|
+ <style>
|
|
|
+ <class name="list-box"/>
|
|
|
+ </style>
|
|
|
</object>
|
|
|
</child>
|
|
|
</object>
|
|
|
@@ -74,6 +81,7 @@
|
|
|
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
|
|
|
<child>
|
|
|
<object class="GtkEntry" id="title_entry">
|
|
|
+ <property name="name">title-entry</property>
|
|
|
<property name="visible">True</property>
|
|
|
<property name="placeholder-text">Add title …</property>
|
|
|
<property name="margin-top">6</property>
|
|
|
@@ -89,6 +97,7 @@
|
|
|
<property name="margin">12</property>
|
|
|
<child>
|
|
|
<object class="GtkSourceView" id="source_view">
|
|
|
+ <property name="name">source-view</property>
|
|
|
<property name="visible">True</property>
|
|
|
<property name="expand">True</property>
|
|
|
</object>
|