summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzike Ebuka <yerimyah1@gmail.com>2022-06-02 14:06:51 +0100
committerJean Felder <jean.felder@gmail.com>2022-08-03 09:33:01 +0000
commitcc333f80a1f38c384af90c24ff31f42a9f47fe31 (patch)
treee874a1a43783c3cdff9fca18ccc953f640eb258b
parent9abd53a4ec766d7dd907b1e1876c7a18c76894e1 (diff)
ui/playlistdialog: Fix styling
Issues Removes the unnecessary close button Fix the bottom margin by hiding the action_area Closes: #499
-rw-r--r--data/ui/PlaylistDialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/ui/PlaylistDialog.ui b/data/ui/PlaylistDialog.ui
index f039604d..51e58c87 100644
--- a/data/ui/PlaylistDialog.ui
+++ b/data/ui/PlaylistDialog.ui
@@ -190,11 +190,13 @@
<child internal-child="action_area">
<object class="GtkBox">
<property name="focusable">False</property>
+ <property name="visible">False</property>
</object>
</child>
</template>
<object class="GtkHeaderBar" id="_title_bar">
<property name="focusable">False</property>
+ <property name="show_title_buttons">False</property>
<property name="title-widget">
<object class="GtkLabel">
<property name="label" translatable="yes">Add to Playlist</property>